Remove Permission Request. More...
#import <SQSRemovePermissionRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new RemovePermissionRequest object. | |
(id) | - initWithQueueUrl:andLabel: |
Constructs a new RemovePermissionRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | queueUrl |
NSString * | label |
The identfication of the permission to remove. |
Remove Permission Request.
- (NSString* SQSRemovePermissionRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSRemovePermissionRequest.)init |
Default constructor for a new RemovePermissionRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SQSRemovePermissionRequest.)initWithQueueUrl: | (NSString *) | theQueueUrl | ||
andLabel: | (NSString *) | theLabel | ||
Constructs a new RemovePermissionRequest object.
Callers should use properties to initialize any additional object members.
theQueueUrl | ||
theLabel | The identfication of the permission to remove. This is the label added with the AddPermission operation. |
- (NSString *) label [read, write, retain] |
The identfication of the permission to remove.
This is the label added with the AddPermission operation.