AWSSQSRemovePermissionRequest
Objective-C
@interface AWSSQSRemovePermissionRequest
Swift
class AWSSQSRemovePermissionRequest
-
The identification of the permission to remove. This is the label added using the
AddPermissionaction.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable label;Swift
var label: String? { get set } -
The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs and names are case-sensitive.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueUrl;Swift
var queueUrl: String? { get set }
View on GitHub
Install in Dash
AWSSQSRemovePermissionRequest Class Reference