List the resource scans from newest to oldest
Source:R/cloudformation_operations.R
cloudformation_list_resource_scans.RdList 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,
ScanTypeFilter = NULL
)Arguments
- NextToken
The token for the next set of items to return. (You received this token from a previous call.)
- MaxResults
If the number of available results exceeds this maximum, the response includes a
NextTokenvalue that you can use for theNextTokenparameter to get the next set of results. The default value is 10. The maximum value is 100.- ScanTypeFilter
The scan type that you want to get summary information about. The default is
FULL.