Class: Aws::CodeBuild::Types::DeleteBuildBatchInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::DeleteBuildBatchInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the batch build to delete.
 
Instance Attribute Details
#id ⇒ String
The identifier of the batch build to delete.
      2077 2078 2079 2080 2081  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 2077 class DeleteBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |