Class: Aws::SupplyChain::Types::DeleteDataIntegrationFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DeleteDataIntegrationFlowResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for DeleteDataIntegrationFlow.
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 deleted.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
696 697 698 699 700 701 |
# File 'lib/aws-sdk-supplychain/types.rb', line 696 class DeleteDataIntegrationFlowResponse < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegrationFlow deleted.
696 697 698 699 700 701 |
# File 'lib/aws-sdk-supplychain/types.rb', line 696 class DeleteDataIntegrationFlowResponse < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |