AWSSQSRemovePermissionRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSSQSModel.h AWSSQSModel.m |
label
The identification of the permission to remove. This is the label added using the AddPermission
action.
@property (nonatomic, strong) NSString *label
Declared In
AWSSQSModel.h
queueUrl
The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs and names are case-sensitive.
@property (nonatomic, strong) NSString *queueUrl
Declared In
AWSSQSModel.h