AWSConnectAgentStatusReference
Objective-C
@interface AWSConnectAgentStatusReference
Swift
class AWSConnectAgentStatusReference
Information about the agent’s status.
-
The Amazon Resource Name (ARN) of the agent’s status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusArn;Swift
var statusArn: String? { get set } -
The name of the agent status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusName;Swift
var statusName: String? { get set } -
The start timestamp of the agent’s status.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable statusStartTimestamp;Swift
var statusStartTimestamp: Date? { get set }
View on GitHub
Install in Dash
AWSConnectAgentStatusReference Class Reference