Class: Aws::Connect::Types::ListFlowAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListFlowAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_association_summary_list ⇒ Array<Types::FlowAssociationSummary>
Summary of flow associations.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#flow_association_summary_list ⇒ Array<Types::FlowAssociationSummary>
Summary of flow associations.
12751 12752 12753 12754 12755 12756 |
# File 'lib/aws-sdk-connect/types.rb', line 12751 class ListFlowAssociationsResponse < Struct.new( :flow_association_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
12751 12752 12753 12754 12755 12756 |
# File 'lib/aws-sdk-connect/types.rb', line 12751 class ListFlowAssociationsResponse < Struct.new( :flow_association_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |