Class: Aws::SupplyChain::Types::ListDataIntegrationFlowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataIntegrationFlowsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for ListDataIntegrationFlows.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flows ⇒ Array<Types::DataIntegrationFlow>
The response parameters for ListDataIntegrationFlows.
-
#next_token ⇒ String
The pagination token to fetch the next page of the DataIntegrationFlows.
Instance Attribute Details
#flows ⇒ Array<Types::DataIntegrationFlow>
The response parameters for ListDataIntegrationFlows.
1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1062 class ListDataIntegrationFlowsResponse < Struct.new( :flows, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to fetch the next page of the DataIntegrationFlows.
1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1062 class ListDataIntegrationFlowsResponse < Struct.new( :flows, :next_token) SENSITIVE = [] include Aws::Structure end |