Class: Aws::CodeBuild::Types::DeleteProjectInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::DeleteProjectInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the build project. 
Instance Attribute Details
#name ⇒ String
The name of the build project.
| 2041 2042 2043 2044 2045 | # File 'lib/aws-sdk-codebuild/types.rb', line 2041 class DeleteProjectInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |