Add Permission Request. More...
#import <SQSAddPermissionRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new AddPermissionRequest object. | |
(id) | - initWithQueueUrl:andLabel:andAWSAccountIds:andActions: |
Constructs a new AddPermissionRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | queueUrl |
NSString * | label |
NSMutableArray * | aWSAccountIds |
The AWS account number of the principal who will be given permission. | |
NSMutableArray * | actions |
The action the client wants to allow for the specified principal. |
Add Permission Request.
- (NSString* SQSAddPermissionRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSAddPermissionRequest.)init |
Default constructor for a new AddPermissionRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SQSAddPermissionRequest.)initWithQueueUrl: | (NSString *) | theQueueUrl | ||
andLabel: | (NSString *) | theLabel | ||
andAWSAccountIds: | (NSMutableArray *) | theAWSAccountIds | ||
andActions: | (NSMutableArray *) | theActions | ||
Constructs a new AddPermissionRequest object.
Callers should use properties to initialize any additional object members.
theQueueUrl | ||
theLabel | ||
theAWSAccountIds | The AWS account number of the principal who will be given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. | |
theActions | The action the client wants to allow for the specified principal. |
- (NSMutableArray *) aWSAccountIds [read, write, retain] |
The AWS account number of the principal who will be given permission.
The principal must have an AWS account, but does not need to be signed up for Amazon SQS.