The Unsubscribe action deletes a subscription. If the subscription requires authentication for
deletion, only the owner of the subscription or the its 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.
Namespace: Amazon.SimpleNotificationService.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class UnsubscribeRequest
Public Class UnsubscribeRequest
public ref class UnsubscribeRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UnsubscribeRequest()()()() | Initializes a new instance of the UnsubscribeRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetSubscriptionArn()()()() |
Checks if SubscriptionArn property is set
| |
| SubscriptionArn |
Gets and sets the SubscriptionArn property.
The ARN of the subscription to be deleted.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithSubscriptionArn(String) |
Sets the SubscriptionArn property
|