Class: Aws::Connect::Types::ListQueuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListQueuesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#queue_summary_list ⇒ Array<Types::QueueSummary>
Information about the queues.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13298 13299 13300 13301 13302 13303 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13298 class ListQueuesResponse < Struct.new( :queue_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#queue_summary_list ⇒ Array<Types::QueueSummary>
Information about the queues.
13298 13299 13300 13301 13302 13303 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13298 class ListQueuesResponse < Struct.new( :queue_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |