Method: Aws::SupplyChain::Types::DeleteDataIntegrationFlowRequest#name

Defined in:
lib/aws-sdk-supplychain/types.rb

#nameString

The name of the DataIntegrationFlow to be deleted.

Returns:

  • (String)


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