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