Class: Aws::Connect::Types::QueueReference

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

Overview

Contains information about a queue resource for which metrics are returned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the queue.

Returns:

  • (String)


19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19144

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

#idString

The identifier of the queue.

Returns:

  • (String)


19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19144

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