Class: Aws::SupplyChain::Types::GetDataIntegrationFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetDataIntegrationFlowResponse
- Defined in:
- gems/aws-sdk-supplychain/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.
863 864 865 866 867 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 863 class GetDataIntegrationFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |