Class: Aws::GlueDataBrew::Types::CreateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the project that you created.
Instance Attribute Details
#name ⇒ String
The name of the project that you created.
387 388 389 390 391 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 387 class CreateProjectResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |