Amazon.Inspector.AmazonInspectorClient.ListEventSubscriptions C# (CSharp) Méthode

ListEventSubscriptions() public méthode

Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. For more information, see SubscribeToEvent and UnsubscribeFromEvent.
/// You do not have required permissions to access the requested resource. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public ListEventSubscriptions ( ListEventSubscriptionsRequest request ) : ListEventSubscriptionsResponse
request Amazon.Inspector.Model.ListEventSubscriptionsRequest Container for the necessary parameters to execute the ListEventSubscriptions service method.
Résultat Amazon.Inspector.Model.ListEventSubscriptionsResponse
        public ListEventSubscriptionsResponse ListEventSubscriptions(ListEventSubscriptionsRequest request)
        {
            var marshaller = new ListEventSubscriptionsRequestMarshaller();
            var unmarshaller = ListEventSubscriptionsResponseUnmarshaller.Instance;

            return Invoke<ListEventSubscriptionsRequest,ListEventSubscriptionsResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient