AWSConnectInstanceSummary
Objective-C
@interface AWSConnectInstanceSummary
Swift
class AWSConnectInstanceSummary
Information about the instance.
-
The Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
When the instance was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTime;
Swift
var createdTime: Date? { get set }
-
The identifier of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The identity management type of the instance.
Declaration
Objective-C
@property (nonatomic) AWSConnectDirectoryType identityManagementType;
Swift
var identityManagementType: AWSConnectDirectoryType { get set }
-
Whether inbound calls are enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable inboundCallsEnabled;
Swift
var inboundCallsEnabled: NSNumber? { get set }
-
This URL allows contact center users to access the Amazon Connect admin website.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceAccessUrl;
Swift
var instanceAccessUrl: String? { get set }
-
The alias of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceAlias;
Swift
var instanceAlias: String? { get set }
-
The state of the instance.
Declaration
Objective-C
@property (nonatomic) AWSConnectInstanceStatus instanceStatus;
Swift
var instanceStatus: AWSConnectInstanceStatus { get set }
-
Whether outbound calls are enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable outboundCallsEnabled;
Swift
var outboundCallsEnabled: NSNumber? { get set }
-
The service role of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable serviceRole;
Swift
var serviceRole: String? { get set }