View source: R/codebuild_operations.R
codebuild_list_projects | R Documentation |
Gets a list of build project names, with each build project name representing a single build project.
See https://www.paws-r-sdk.com/docs/codebuild_list_projects/ for full documentation.
codebuild_list_projects(sortBy = NULL, sortOrder = NULL, nextToken = NULL)
sortBy |
The criterion to be used to list build project names. Valid values include:
Use |
sortOrder |
The order in which to list build projects. Valid values include:
Use |
nextToken |
During a previous call, 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. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.