Class: Aws::CodeBuild::Types::BatchGetBuildBatchesOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::BatchGetBuildBatchesOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #build_batches  ⇒ Array<Types::BuildBatch> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of ‘BuildBatch` objects that represent the retrieved batch builds.
 - 
  
    
      #build_batches_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array that contains the identifiers of any batch builds that are not found.
 
Instance Attribute Details
#build_batches ⇒ Array<Types::BuildBatch>
An array of ‘BuildBatch` objects that represent the retrieved batch builds.
      109 110 111 112 113 114  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 109 class BatchGetBuildBatchesOutput < Struct.new( :build_batches, :build_batches_not_found) SENSITIVE = [] include Aws::Structure end  | 
  
#build_batches_not_found ⇒ Array<String>
An array that contains the identifiers of any batch builds that are not found.
      109 110 111 112 113 114  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 109 class BatchGetBuildBatchesOutput < Struct.new( :build_batches, :build_batches_not_found) SENSITIVE = [] include Aws::Structure end  |