Class: Aws::GlueDataBrew::Types::DeleteDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the dataset that you deleted.

Returns:

  • (String)


1009
1010
1011
1012
1013
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1009

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