Describes one or more of your compute environments
Source:R/batch_operations.R
batch_describe_compute_environments.RdDescribes one or more of your compute environments.
See https://www.paws-r-sdk.com/docs/batch_describe_compute_environments/ for full documentation.
Usage
batch_describe_compute_environments(
computeEnvironments = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- computeEnvironments
A list of up to 100 compute environment names or full Amazon Resource Name (ARN) entries.
- maxResults
The maximum number of cluster results returned by
describe_compute_environmentsin paginated output. When this parameter is used,describe_compute_environmentsonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherdescribe_compute_environmentsrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thendescribe_compute_environmentsreturns up to 100 results and anextTokenvalue if applicable.- nextToken
The
nextTokenvalue returned from a previous paginateddescribe_compute_environmentsrequest wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value isnullwhen there are no more results to return.Treat this token as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.