Public Member Functions | Properties

SNSRemovePermissionRequest Class Reference

Remove Permission Request. More...

#import <SNSRemovePermissionRequest.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new RemovePermissionRequest object.
(id) - initWithTopicArn:andLabel:
 Constructs a new RemovePermissionRequest object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * topicArn
 The ARN of the topic whose access control policy you wish to modify.
NSString * label
 The unique label of the statement you want to remove.

Detailed Description

Remove Permission Request.


Member Function Documentation

- (NSString* SNSRemovePermissionRequest.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SNSRemovePermissionRequest.)init  

Default constructor for a new RemovePermissionRequest object.

Callers should use the property methods to initialize this object after creating it.

- (id SNSRemovePermissionRequest.)initWithTopicArn: (NSString *)  theTopicArn
andLabel: (NSString *)  theLabel 

Constructs a new RemovePermissionRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theTopicArn The ARN of the topic whose access control policy you wish to modify.
theLabel The unique label of the statement you want to remove.

The documentation for this class was generated from the following file: