Class: Aws::Connect::Types::AgentStatusReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentStatusReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the agent’s status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_arn ⇒ String
The Amazon Resource Name (ARN) of the agent’s status.
-
#status_name ⇒ String
The name of the agent status.
-
#status_start_timestamp ⇒ Time
The start timestamp of the agent’s status.
Instance Attribute Details
#status_arn ⇒ String
The Amazon Resource Name (ARN) of the agent’s status.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-connect/types.rb', line 358 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end |
#status_name ⇒ String
The name of the agent status.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-connect/types.rb', line 358 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end |
#status_start_timestamp ⇒ Time
The start timestamp of the agent’s status.
358 359 360 361 362 363 364 |
# File 'lib/aws-sdk-connect/types.rb', line 358 class AgentStatusReference < Struct.new( :status_start_timestamp, :status_arn, :status_name) SENSITIVE = [] include Aws::Structure end |