Class: Aws::SupplyChain::Types::UpdateDataIntegrationFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::UpdateDataIntegrationFlowResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1401 class UpdateDataIntegrationFlowResponse < Struct.new( :flow) SENSITIVE = [] include Aws::Structure end |