AWSConnectQueueReference
Objective-C
@interface AWSConnectQueueReference
Swift
class AWSConnectQueueReference
Contains information about a queue resource for which metrics are returned.
-
The Amazon Resource Name (ARN) of the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier of the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }