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

Class: Aws::CodeBuild::Types::ListBuildsForProjectOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

A list of build IDs for the specified build project, with each build ID representing a single build.

Returns:

  • (Array<String>)

    A list of build IDs for the specified build project, with each build ID representing a single build.

#next_tokenString

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

Returns:

  • (String)

    If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken.