Remove Permission Request. More...
#import <SNSRemovePermissionRequest.h>
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. |
Remove Permission Request.
- (NSString* SNSRemovePermissionRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
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. |