cloudformation_list_resource_scans: List the resource scans from newest to oldest

View source: R/cloudformation_operations.R

cloudformation_list_resource_scansR 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 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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.