codebuild_list_build_batches: Retrieves the identifiers of your build batches in the...

View source: R/codebuild_operations.R

codebuild_list_build_batchesR Documentation

Retrieves the identifiers of your build batches in the current region

Description

Retrieves the identifiers of your build batches in the current region.

See https://www.paws-r-sdk.com/docs/codebuild_list_build_batches/ for full documentation.

Usage

codebuild_list_build_batches(
  filter = NULL,
  maxResults = NULL,
  sortOrder = NULL,
  nextToken = NULL
)

Arguments

filter

A BuildBatchFilter object that specifies the filters for the search.

maxResults

The maximum number of results to return.

sortOrder

Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.

  • DESCENDING: List the batch build identifiers in descending order by identifier.

nextToken

The nextToken value returned from a previous call to list_build_batches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.