Describes one or more of your service environments
Source:R/batch_operations.R
batch_describe_service_environments.RdDescribes one or more of your service environments.
See https://www.paws-r-sdk.com/docs/batch_describe_service_environments/ for full documentation.
Usage
batch_describe_service_environments(
serviceEnvironments = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- serviceEnvironments
An array of service environment names or ARN entries.
- maxResults
The maximum number of results returned by
describe_service_environmentsin paginated output. When this parameter is used,describe_service_environmentsonly returnsmaxResultsresults in a single page and anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherdescribe_service_environmentsrequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thendescribe_service_environmentsreturns up to 100 results and anextTokenvalue if applicable.- nextToken
The
nextTokenvalue returned from a previous paginateddescribe_service_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.