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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 '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 ][1].

[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html

Returns:

  • (String)


732
733
734
735
736
737
738
# File '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:

  • asc: for [ AWS Supply Chain supported datasets ][1].

  • default: for datasets with custom user-defined schemas.

[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html

Returns:

  • (String)


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

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