Method: Aws::Connect::Types::QueueSummary#name
- Defined in:
- lib/aws-sdk-connect/types.rb
#name ⇒ String
The name of the queue.
17565 17566 17567 17568 17569 17570 17571 17572 17573 17574 |
# File 'lib/aws-sdk-connect/types.rb', line 17565 class QueueSummary < Struct.new( :id, :arn, :name, :queue_type, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |