Class: Aws::Connect::Types::ListQuickConnectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListQuickConnectsResponse
- 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.
-
#quick_connect_summary_list ⇒ Array<Types::QuickConnectSummary>
Information about the quick connects.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
15373 15374 15375 15376 15377 15378 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15373 class ListQuickConnectsResponse < Struct.new( :quick_connect_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#quick_connect_summary_list ⇒ Array<Types::QuickConnectSummary>
Information about the quick connects.
15373 15374 15375 15376 15377 15378 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15373 class ListQuickConnectsResponse < Struct.new( :quick_connect_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |