Class: Aws::CodeCatalyst::Types::DeleteProjectRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCatalyst::Types::DeleteProjectRequest
 
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the project in the space. 
- 
  
    
      #space_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the space. 
Instance Attribute Details
#name ⇒ String
The name of the project in the space. To retrieve a list of project names, use ListProjects.
| 488 489 490 491 492 493 | # File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 488 class DeleteProjectRequest < Struct.new( :space_name, :name) SENSITIVE = [] include Aws::Structure end | 
#space_name ⇒ String
The name of the space.
| 488 489 490 491 492 493 | # File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 488 class DeleteProjectRequest < Struct.new( :space_name, :name) SENSITIVE = [] include Aws::Structure end |