Class: Aws::SupplyChain::Types::ListDataIntegrationFlowsRequest

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_idString

The Amazon Web Services Supply Chain instance identifier.

Returns:

  • (String)


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_resultsInteger

Specify the maximum number of DataIntegrationFlows to fetch in one paginated request.

Returns:

  • (Integer)


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_tokenString

The pagination token to fetch the next page of the DataIntegrationFlows.

Returns:

  • (String)


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