Class: Aws::Connect::Types::QueueInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enqueue_timestampTime

The timestamp when the contact was added to the queue.

Returns:

  • (Time)


17806
17807
17808
17809
17810
17811
# File 'lib/aws-sdk-connect/types.rb', line 17806

class QueueInfo < Struct.new(
  :id,
  :enqueue_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the queue.

Returns:

  • (String)


17806
17807
17808
17809
17810
17811
# File 'lib/aws-sdk-connect/types.rb', line 17806

class QueueInfo < Struct.new(
  :id,
  :enqueue_timestamp)
  SENSITIVE = []
  include Aws::Structure
end