Class: Aws::Appflow::Types::ListFlowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListFlowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flows ⇒ Array<Types::FlowDefinition>
The list of flows associated with your account.
-
#next_token ⇒ String
The pagination token for next page of data.
Instance Attribute Details
#flows ⇒ Array<Types::FlowDefinition>
The list of flows associated with your account.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-appflow/types.rb', line 3117 class ListFlowsResponse < Struct.new( :flows, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for next page of data.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-appflow/types.rb', line 3117 class ListFlowsResponse < Struct.new( :flows, :next_token) SENSITIVE = [] include Aws::Structure end |