Class: Aws::CodeBuild::Types::CreateProjectOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::CreateProjectOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #project  ⇒ Types::Project 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the build project that was created.
 
Instance Attribute Details
#project ⇒ Types::Project
Information about the build project that was created.
      1920 1921 1922 1923 1924  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 1920 class CreateProjectOutput < Struct.new( :project) SENSITIVE = [] include Aws::Structure end  |