AWSConnectQuickConnectSummary
Objective-C
@interface AWSConnectQuickConnectSummary
Swift
class AWSConnectQuickConnectSummary
Contains summary information about a quick connect.
-
The Amazon Resource Name (ARN) of the quick connect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier for the quick connect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The name of the quick connect.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
Declaration
Objective-C
@property (nonatomic) AWSConnectQuickConnectType quickConnectType;
Swift
var quickConnectType: AWSConnectQuickConnectType { get set }