AWSConnectAgentStatusSummary
Objective-C
@interface AWSConnectAgentStatusSummary
Swift
class AWSConnectAgentStatusSummary
Summary information for an agent status.
-
The Amazon Resource Name (ARN) for the agent status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier for an agent status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The name of the agent status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The type of the agent status.
Declaration
Objective-C
@property (nonatomic) AWSConnectAgentStatusType types;
Swift
var types: AWSConnectAgentStatusType { get set }