Class: Aws::SupplyChain::Types::DeleteDataLakeDatasetRequest

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

Overview

The request parameters of DeleteDataLakeDataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The AWS Supply Chain instance identifier.

Returns:

  • (String)


732
733
734
735
736
737
738
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 732

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

#nameString

The name of the dataset. If the namespace is asc, the name must be one of the supported data entities .

Returns:

  • (String)


732
733
734
735
736
737
738
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 732

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

#namespaceString

The namespace of the dataset. The available values are:

Returns:

  • (String)


732
733
734
735
736
737
738
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 732

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