AWSSQSUntagQueueRequest
Objective-C
@interface AWSSQSUntagQueueRequest
Swift
class AWSSQSUntagQueueRequest
-
The URL of the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueUrl;Swift
var queueUrl: String? { get set } -
The list of tags to be removed from the specified queue.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;Swift
var tagKeys: [String]? { get set }
View on GitHub
Install in Dash
AWSSQSUntagQueueRequest Class Reference