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.
3110 3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-appflow/types.rb', line 3110 class ListFlowsResponse < Struct.new( :flows, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for next page of data.
3110 3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-appflow/types.rb', line 3110 class ListFlowsResponse < Struct.new( :flows, :next_token) SENSITIVE = [] include Aws::Structure end |