You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::BatchDeleteBuildsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#builds_deletedArray<String>

The IDs of the builds that were successfully deleted.

Returns:

  • (Array<String>)

    The IDs of the builds that were successfully deleted.

#builds_not_deletedArray<Types::BuildNotDeleted>

Information about any builds that could not be successfully deleted.

Returns: