View source: R/codebuild_operations.R
codebuild_list_fleets | R Documentation |
Gets a list of compute fleet names with each compute fleet name representing a single compute fleet.
See https://www.paws-r-sdk.com/docs/codebuild_list_fleets/ for full documentation.
codebuild_list_fleets(
nextToken = NULL,
maxResults = NULL,
sortOrder = NULL,
sortBy = NULL
)
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. |
maxResults |
The maximum number of paginated compute fleets returned per response.
Use |
sortOrder |
The order in which to list compute fleets. Valid values include:
Use |
sortBy |
The criterion to be used to list compute fleet names. Valid values include:
Use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.