Class: Aws::Connect::Types::QueueSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QueueSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
-
#id ⇒ String
The identifier of the queue.
-
#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 queue.
-
#queue_type ⇒ String
The type of queue.
Instance Attribute Details
permalink #arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
permalink #id ⇒ String
The identifier of the queue.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
permalink #last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
permalink #last_modified_time ⇒ Time
The timestamp when this resource was last modified.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
permalink #name ⇒ String
The name of the queue.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
permalink #queue_type ⇒ String
The type of queue.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |