cloudformation_list_resource_scans {paws.management} | R Documentation |
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 |
[Package paws.management version 0.9.0 Index]