Class: Aws::SupplyChain::Types::ListDataIntegrationFlowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataIntegrationFlowsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for ListDataIntegrationFlows.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#max_results ⇒ Integer
Specify the maximum number of DataIntegrationFlows to fetch in one paginated request.
-
#next_token ⇒ String
The pagination token to fetch the next page of the DataIntegrationFlows.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1041 class ListDataIntegrationFlowsRequest < Struct.new( :instance_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of DataIntegrationFlows to fetch in one paginated request.
1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1041 class ListDataIntegrationFlowsRequest < Struct.new( :instance_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to fetch the next page of the DataIntegrationFlows.
1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1041 class ListDataIntegrationFlowsRequest < Struct.new( :instance_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |