Class: Aws::CodeBuild::Types::BatchGetBuildBatchesOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::BatchGetBuildBatchesOutput
 
 
- Defined in:
 - gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #build_batches  ⇒ Array<Types::BuildBatch> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of
BuildBatchobjects 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.
      116 117 118 119 120 121  | 
    
      # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 116 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.
      116 117 118 119 120 121  | 
    
      # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 116 class BatchGetBuildBatchesOutput < Struct.new( :build_batches, :build_batches_not_found) SENSITIVE = [] include Aws::Structure end  |