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

Class: Aws::CodeBuild::Types::BatchGetBuildBatchesOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#build_batchesArray<Types::BuildBatch>

An array of BuildBatch objects that represent the retrieved batch builds.

Returns:

  • (Array<Types::BuildBatch>)

    An array of BuildBatch objects that represent the retrieved batch builds.

#build_batches_not_foundArray<String>

An array that contains the identifiers of any batch builds that are not found.

Returns:

  • (Array<String>)

    An array that contains the identifiers of any batch builds that are not found.