Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest.ConfirmSubscriptionRequest C# (CSharp) Метод

ConfirmSubscriptionRequest() публичный Метод

Instantiates ConfirmSubscriptionRequest with the parameterized properties
public ConfirmSubscriptionRequest ( string topicArn, string token, string authenticateOnUnsubscribe ) : System
topicArn string The ARN of the topic for which you wish to confirm a subscription.
token string Short-lived token sent to an endpoint during the Subscribe action.
authenticateOnUnsubscribe string Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.
Результат System
        public ConfirmSubscriptionRequest(string topicArn, string token, string authenticateOnUnsubscribe)
        {
            _topicArn = topicArn;
            _token = token;
            _authenticateOnUnsubscribe = authenticateOnUnsubscribe;
        }

Same methods

ConfirmSubscriptionRequest::ConfirmSubscriptionRequest ( ) : System
ConfirmSubscriptionRequest::ConfirmSubscriptionRequest ( string topicArn, string token ) : System