Class: Aws::SupplyChain::Types::ListDataIntegrationFlowsResponse

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

Instance Attribute Details

#flowsArray<Types::DataIntegrationFlow>

The response parameters for ListDataIntegrationFlows.

Returns:



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_tokenString

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

Returns:

  • (String)


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