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

Class: Aws::CodeBuild::Types::DeleteBuildBatchOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#builds_deletedArray<String>

An array of strings that contain the identifiers of the builds that were deleted.

Returns:

  • (Array<String>)

    An array of strings that contain the identifiers of the builds that were deleted.

#builds_not_deletedArray<Types::BuildNotDeleted>

An array of BuildNotDeleted objects that specify the builds that could not be deleted.

Returns:

  • (Array<Types::BuildNotDeleted>)

    An array of BuildNotDeleted objects that specify the builds that could not be deleted.

#status_codeString

The status code.

Returns:

  • (String)

    The status code.