Class: Aws::CodeBuild::Types::DeleteBuildBatchInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteBuildBatchInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Note:
When making an API call, you may pass DeleteBuildBatchInput data as a hash:
{
id: "NonEmptyString", # required
}
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.
1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1967 class DeleteBuildBatchInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |