Class: Aws::SupplyChain::Types::DeleteDataLakeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DeleteDataLakeDatasetRequest
- 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_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 '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 |
#name ⇒ String
The name of the dataset. If the namespace is asc, the name must be one of the supported data entities .
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 |
#namespace ⇒ String
The namespace of the dataset. The available values are:
asc: for AWS Supply Chain supported datasets .
default: for datasets with custom user-defined schemas.
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 |