configservice_list_resource_evaluations: Returns a list of proactive resource evaluations

View source: R/configservice_operations.R

configservice_list_resource_evaluationsR Documentation

Returns a list of proactive resource evaluations

Description

Returns a list of proactive resource evaluations.

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

Usage

configservice_list_resource_evaluations(
  Filters = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

Filters

Returns a ResourceEvaluationFilters object.

Limit

The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

NextToken

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.