Class: Aws::GlueDataBrew::Types::CreateDatasetResponse

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 created.

Returns:

  • (String)


224
225
226
227
228
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 224

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