Class: Aws::GlueDataBrew::Types::CreateProjectResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GlueDataBrew::Types::CreateProjectResponse
 
- Defined in:
- gems/aws-sdk-gluedatabrew/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 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 387 class CreateProjectResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |