Class: Aws::SupplyChain::Types::DeleteDataIntegrationFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DeleteDataIntegrationFlowRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request 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 to be deleted.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
677 678 679 680 681 682 |
# File 'lib/aws-sdk-supplychain/types.rb', line 677 class DeleteDataIntegrationFlowRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the DataIntegrationFlow to be deleted.
677 678 679 680 681 682 |
# File 'lib/aws-sdk-supplychain/types.rb', line 677 class DeleteDataIntegrationFlowRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |