AWSConnectCreateQueueResponse
Objective-C
@interface AWSConnectCreateQueueResponse
Swift
class AWSConnectCreateQueueResponse
-
The Amazon Resource Name (ARN) of the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueArn;Swift
var queueArn: String? { get set } -
The identifier for the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueId;Swift
var queueId: String? { get set }
View on GitHub
Install in Dash
AWSConnectCreateQueueResponse Class Reference