Class: Aws::FinSpaceData::Types::DeleteDatasetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb

Overview

The response from an DeleteDataset operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_idString

The unique identifier for the deleted Dataset.

Returns:

  • (String)


1014
1015
1016
1017
1018
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1014

class DeleteDatasetResponse < Struct.new(
  :dataset_id)
  SENSITIVE = []
  include Aws::Structure
end