Class: Aws::CodeBuild::Types::BatchDeleteBuildsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::BatchDeleteBuildsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #builds_deleted  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the builds that were successfully deleted.
 - 
  
    
      #builds_not_deleted  ⇒ Array<Types::BuildNotDeleted> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about any builds that could not be successfully deleted.
 
Instance Attribute Details
#builds_deleted ⇒ Array<String>
The IDs of the builds that were successfully deleted.
      78 79 80 81 82 83  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 78 class BatchDeleteBuildsOutput < Struct.new( :builds_deleted, :builds_not_deleted) SENSITIVE = [] include Aws::Structure end  | 
  
#builds_not_deleted ⇒ Array<Types::BuildNotDeleted>
Information about any builds that could not be successfully deleted.
      78 79 80 81 82 83  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 78 class BatchDeleteBuildsOutput < Struct.new( :builds_deleted, :builds_not_deleted) SENSITIVE = [] include Aws::Structure end  |