Class: Aws::SupplyChain::Types::DeleteDataIntegrationFlowRequest

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_idString

The Amazon Web Services Supply Chain instance identifier.

Returns:

  • (String)


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

#nameString

The name of the DataIntegrationFlow to be deleted.

Returns:

  • (String)


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