Unsubscribe Request. More...
#import <SNSUnsubscribeRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new UnsubscribeRequest object. | |
(id) | - initWithSubscriptionArn: |
Constructs a new UnsubscribeRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | subscriptionArn |
The ARN of the subscription to be deleted. |
Unsubscribe Request.
- (NSString* SNSUnsubscribeRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SNSUnsubscribeRequest.)init |
Default constructor for a new UnsubscribeRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SNSUnsubscribeRequest.)initWithSubscriptionArn: | (NSString *) | theSubscriptionArn |
Constructs a new UnsubscribeRequest object.
Callers should use properties to initialize any additional object members.
theSubscriptionArn | The ARN of the subscription to be deleted. |