Class: Aws::Connect::Types::ListQuickConnectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListQuickConnectsResponse
- Includes:
- Structure
- Defined in:
- 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.
13561 13562 13563 13564 13565 13566 |
# File 'lib/aws-sdk-connect/types.rb', line 13561 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.
13561 13562 13563 13564 13565 13566 |
# File 'lib/aws-sdk-connect/types.rb', line 13561 class ListQuickConnectsResponse < Struct.new( :quick_connect_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |