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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16895
16896
16897
16898
16899
16900
# File 'lib/aws-sdk-connect/types.rb', line 16895

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

#idString

The identifier of the queue.

Returns:

  • (String)


16895
16896
16897
16898
16899
16900
# File 'lib/aws-sdk-connect/types.rb', line 16895

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