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:



1881
1882
1883
1884
1885
1886
# File 'lib/aws-sdk-supplychain/types.rb', line 1881

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)


1881
1882
1883
1884
1885
1886
# File 'lib/aws-sdk-supplychain/types.rb', line 1881

class ListDataIntegrationFlowsResponse < Struct.new(
  :flows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end