Method: Aws::Connect::Types::QueueSummary#id

Defined in:
lib/aws-sdk-connect/types.rb

#idString

The identifier of the queue.

Returns:

  • (String)


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