Class: Aws::SupplyChain::Types::DeleteDataLakeDatasetResponse

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

Overview

The response parameters of DeleteDataLakeDataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The AWS Supply Chain instance identifier.

Returns:

  • (String)


756
757
758
759
760
761
762
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 756

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

#nameString

The name of deleted dataset.

Returns:

  • (String)


756
757
758
759
760
761
762
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 756

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

#namespaceString

The namespace of deleted dataset.

Returns:

  • (String)


756
757
758
759
760
761
762
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 756

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