Describe Pending Aggregation Requests
configservice_describe_pending_aggregation_requests | R Documentation |
Returns a list of all pending aggregation requests¶
Description¶
Returns a list of all pending aggregation requests.
Usage¶
Arguments¶
Limit
The maximum number of evaluation results returned on each page. The default is maximum. 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.
Value¶
A list with the following syntax:
list(
PendingAggregationRequests = list(
list(
RequesterAccountId = "string",
RequesterAwsRegion = "string"
)
),
NextToken = "string"
)