Class: Aws::SupplyChain::Types::DeleteDataLakeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DeleteDataLakeDatasetRequest
- 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_id ⇒ String
The AWS Supply Chain instance identifier.
-
#name ⇒ String
The name of the dataset.
-
#namespace ⇒ String
The namespace of the dataset.
Instance Attribute Details
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
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 |
#name ⇒ String
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
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 |
#namespace ⇒ String
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
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 |