Class: Aws::Connect::Types::QueueInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QueueInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
If this contact was queued, this contains information about the queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enqueue_timestamp ⇒ Time
The timestamp when the contact was added to the queue.
-
#id ⇒ String
The unique identifier for the queue.
Instance Attribute Details
#enqueue_timestamp ⇒ Time
The timestamp when the contact was added to the queue.
16841 16842 16843 16844 16845 16846 |
# File 'lib/aws-sdk-connect/types.rb', line 16841 class QueueInfo < Struct.new( :id, :enqueue_timestamp) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the queue.
16841 16842 16843 16844 16845 16846 |
# File 'lib/aws-sdk-connect/types.rb', line 16841 class QueueInfo < Struct.new( :id, :enqueue_timestamp) SENSITIVE = [] include Aws::Structure end |