ssm_list_compliance_summaries {paws.management} | R Documentation |
Returns a summary count of compliant and non-compliant resources for a compliance type
Description
Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.
See https://www.paws-r-sdk.com/docs/ssm_list_compliance_summaries/ for full documentation.
Usage
ssm_list_compliance_summaries(
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Filters |
One or more compliance or inventory filters. Use a filter to return a more specific list of results. |
NextToken |
A token to start the list. Use this token to get the next set of results. |
MaxResults |
The maximum number of items to return for this call. Currently, you can specify null or 50. The call also returns a token that you can specify in a subsequent call to get the next set of results. |
[Package paws.management version 0.7.0 Index]