Class: Aws::Connect::Types::CreateQueueResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queue_arnString

The Amazon Resource Name (ARN) of the queue.

Returns:

  • (String)


3073
3074
3075
3076
3077
3078
# File 'lib/aws-sdk-connect/types.rb', line 3073

class CreateQueueResponse < Struct.new(
  :queue_arn,
  :queue_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The identifier for the queue.

Returns:

  • (String)


3073
3074
3075
3076
3077
3078
# File 'lib/aws-sdk-connect/types.rb', line 3073

class CreateQueueResponse < Struct.new(
  :queue_arn,
  :queue_id)
  SENSITIVE = []
  include Aws::Structure
end