You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeBuild::Types::BatchDeleteBuildsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BatchDeleteBuildsInput
- Defined in:
- (unknown)
Overview
Note:
When passing BatchDeleteBuildsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
ids: ["NonEmptyString"], # required
}
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
The IDs of the builds to delete.
Instance Attribute Details
#ids ⇒ Array<String>
The IDs of the builds to delete.