Class: Aws::Connect::Types::AgentStatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AgentStatusSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Summary information for an agent status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the agent status.
-
#id ⇒ String
The identifier for an agent status.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#name ⇒ String
The name of the agent status.
-
#type ⇒ String
The type of the agent status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the agent status.
473 474 475 476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 473 class AgentStatusSummary < Struct.new( :id, :arn, :name, :type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for an agent status.
473 474 475 476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 473 class AgentStatusSummary < Struct.new( :id, :arn, :name, :type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
473 474 475 476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 473 class AgentStatusSummary < Struct.new( :id, :arn, :name, :type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
473 474 475 476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 473 class AgentStatusSummary < Struct.new( :id, :arn, :name, :type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the agent status.
473 474 475 476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 473 class AgentStatusSummary < Struct.new( :id, :arn, :name, :type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the agent status.
473 474 475 476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 473 class AgentStatusSummary < Struct.new( :id, :arn, :name, :type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |