Class: Aws::GlueDataBrew::Types::CreateProjectResponse

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 project that you created.

Returns:

  • (String)


387
388
389
390
391
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 387

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