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

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

Returns:

  • (String)


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

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