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.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UnsubscribeRequest()()()()
Initializes a new instance of the UnsubscribeRequest class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithSubscriptionArn(String)
Sets the SubscriptionArn property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleNotificationService.Model..::..UnsubscribeRequest

See Also