Class: Aws::FinSpaceData::Types::DeleteDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::DeleteDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
The response from an DeleteDataset operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The unique identifier for the deleted Dataset.
Instance Attribute Details
#dataset_id ⇒ String
The unique identifier for the deleted Dataset.
1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1014 class DeleteDatasetResponse < Struct.new( :dataset_id) SENSITIVE = [] include Aws::Structure end |