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.
18446 18447 18448 18449 18450 18451 18452 |
# File 'lib/aws-sdk-connect/types.rb', line 18446 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.
18446 18447 18448 18449 18450 18451 18452 |
# File 'lib/aws-sdk-connect/types.rb', line 18446 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.
18446 18447 18448 18449 18450 18451 18452 |
# File 'lib/aws-sdk-connect/types.rb', line 18446 class SearchQuickConnectsResponse < Struct.new( :quick_connects, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |