You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeBuild::Types::BatchGetProjectsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::BatchGetProjectsOutput
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #projects  ⇒ Array<Types::Project> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the requested build projects. 
- 
  
    
      #projects_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The names of build projects for which information could not be found. 
Instance Attribute Details
#projects ⇒ Array<Types::Project>
Information about the requested build projects.
#projects_not_found ⇒ Array<String>
The names of build projects for which information could not be found.