Class: Aws::Connect::Types::SearchQueuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchQueuesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of queues which matched your search query.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#queues ⇒ Array<Types::Queue>
Information about the queues.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of queues which matched your search query.
18384 18385 18386 18387 18388 18389 18390 |
# File 'lib/aws-sdk-connect/types.rb', line 18384 class SearchQueuesResponse < Struct.new( :queues, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
18384 18385 18386 18387 18388 18389 18390 |
# File 'lib/aws-sdk-connect/types.rb', line 18384 class SearchQueuesResponse < Struct.new( :queues, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#queues ⇒ Array<Types::Queue>
Information about the queues.
18384 18385 18386 18387 18388 18389 18390 |
# File 'lib/aws-sdk-connect/types.rb', line 18384 class SearchQueuesResponse < Struct.new( :queues, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |