Class: Aws::SupplyChain::Types::CreateDataIntegrationFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateDataIntegrationFlowResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for CreateDataIntegrationFlow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#name ⇒ String
The name of the DataIntegrationFlow created.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
175 176 177 178 179 180 |
# File 'lib/aws-sdk-supplychain/types.rb', line 175 class CreateDataIntegrationFlowResponse < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegrationFlow created.
175 176 177 178 179 180 |
# File 'lib/aws-sdk-supplychain/types.rb', line 175 class CreateDataIntegrationFlowResponse < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |