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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-gluedatabrew/types.rb', line 1009

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