Class: Aws::SupplyChain::Types::GetDataIntegrationFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetDataIntegrationFlowResponse
- 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
-
#flow ⇒ Types::DataIntegrationFlow
The details of the DataIntegrationFlow returned.
Instance Attribute Details
#flow ⇒ Types::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 |