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)


14029
14030
14031
14032
14033
14034
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14029

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

#idString

The identifier of the queue.

Returns:

  • (String)


14029
14030
14031
14032
14033
14034
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14029

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