Class: Aws::SupplyChain::Types::DeleteDataIntegrationFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The response 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)


704
705
706
707
708
709
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 704

class DeleteDataIntegrationFlowResponse < Struct.new(
  :instance_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the DataIntegrationFlow deleted.

Returns:

  • (String)


704
705
706
707
708
709
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 704

class DeleteDataIntegrationFlowResponse < Struct.new(
  :instance_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end