Learn R Programming

paws.management (version 0.8.0)

cloudformation_list_resource_scans: List the resource scans from newest to oldest

Description

List the resource scans from newest to oldest. By default it will return up to 10 resource scans.

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

Usage

cloudformation_list_resource_scans(NextToken = NULL, MaxResults = NULL)

Arguments

NextToken

A string that identifies the next page of resource scan results.

MaxResults

If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.