Method: Aws::SupplyChain::Types::DeleteDataIntegrationFlowRequest#name
- Defined in:
- lib/aws-sdk-supplychain/types.rb
#name ⇒ String
The name of the DataIntegrationFlow to be deleted.
1235 1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1235 class DeleteDataIntegrationFlowRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |