Class: Aws::SupplyChain::Types::GetDataIntegrationFlowResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-supplychain/types.rb

Overview

The response parameters for GetDataIntegrationFlow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flowTypes::DataIntegrationFlow

The details of the DataIntegrationFlow returned.



852
853
854
855
856
# File 'lib/aws-sdk-supplychain/types.rb', line 852

class GetDataIntegrationFlowResponse < Struct.new(
  :flow)
  SENSITIVE = []
  include Aws::Structure
end