Class: Aws::Connect::Types::SearchQuickConnectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchQuickConnectsResponse
- 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 quick connects which matched your search query.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#quick_connects ⇒ Array<Types::QuickConnect>
Information about the quick connects.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of quick connects which matched your search query.
18213 18214 18215 18216 18217 18218 18219 |
# File 'lib/aws-sdk-connect/types.rb', line 18213 class SearchQuickConnectsResponse < Struct.new( :quick_connects, :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.
18213 18214 18215 18216 18217 18218 18219 |
# File 'lib/aws-sdk-connect/types.rb', line 18213 class SearchQuickConnectsResponse < Struct.new( :quick_connects, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#quick_connects ⇒ Array<Types::QuickConnect>
Information about the quick connects.
18213 18214 18215 18216 18217 18218 18219 |
# File 'lib/aws-sdk-connect/types.rb', line 18213 class SearchQuickConnectsResponse < Struct.new( :quick_connects, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |