Class: Aws::CodeBuild::Types::BatchGetProjectsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::BatchGetProjectsOutput
 
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
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.
| 242 243 244 245 246 247 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 242 class BatchGetProjectsOutput < Struct.new( :projects, :projects_not_found) SENSITIVE = [] include Aws::Structure end | 
#projects_not_found ⇒ Array<String>
The names of build projects for which information could not be found.
| 242 243 244 245 246 247 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 242 class BatchGetProjectsOutput < Struct.new( :projects, :projects_not_found) SENSITIVE = [] include Aws::Structure end |