C# Class Amazon.SimpleNotificationService.Model.UnsubscribeRequest

Container for the parameters to the Unsubscribe operation. Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.
Inheritance: AmazonSimpleNotificationServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
UnsubscribeRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

UnsubscribeRequest ( string subscriptionArn ) : System

Instantiates UnsubscribeRequest with the parameterized properties

Private Methods

Method Description
IsSetSubscriptionArn ( ) : bool

Method Details

UnsubscribeRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public UnsubscribeRequest ( ) : System
return System

UnsubscribeRequest() public method

Instantiates UnsubscribeRequest with the parameterized properties
public UnsubscribeRequest ( string subscriptionArn ) : System
subscriptionArn string The ARN of the subscription to be deleted.
return System