Class: Aws::Connect::Types::QueueReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::QueueReference
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
-
#id ⇒ String
The identifier of the queue.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the queue.
15897 15898 15899 15900 15901 15902 |
# File 'lib/aws-sdk-connect/types.rb', line 15897 class QueueReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the queue.
15897 15898 15899 15900 15901 15902 |
# File 'lib/aws-sdk-connect/types.rb', line 15897 class QueueReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |