Class: Aws::SupplyChain::Types::UpdateDataIntegrationFlowResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flowTypes::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