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.
1940 1941 1942 1943 1944 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1940 class DeleteBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |