Class: Aws::SupplyChain::Types::UpdateDataIntegrationFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::UpdateDataIntegrationFlowResponse
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for UpdateDataIntegrationFlow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow ⇒ Types::DataIntegrationFlow
The details of the updated DataIntegrationFlow.
Instance Attribute Details
#flow ⇒ Types::DataIntegrationFlow
The details of the updated DataIntegrationFlow.
1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1413 class UpdateDataIntegrationFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |