Class: Aws::Connect::Types::SearchQuickConnectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchQuickConnectsResponse
- Defined in:
- gems/aws-sdk-connect/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.
20189 20190 20191 20192 20193 20194 20195 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20189 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.
20189 20190 20191 20192 20193 20194 20195 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20189 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.
20189 20190 20191 20192 20193 20194 20195 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20189 class SearchQuickConnectsResponse < Struct.new( :quick_connects, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |