Class: Aws::Connect::Types::QueueInfoInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about a queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the queue.

Returns:

  • (String)


27107
27108
27109
27110
27111
# File 'lib/aws-sdk-connect/types.rb', line 27107

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