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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


696
697
698
699
700
701
# File 'lib/aws-sdk-supplychain/types.rb', line 696

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

#nameString

The name of the DataIntegrationFlow deleted.

Returns:

  • (String)


696
697
698
699
700
701
# File 'lib/aws-sdk-supplychain/types.rb', line 696

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