ssm_describe_patch_baselines {paws.management} | R Documentation |
Lists the patch baselines in your Amazon Web Services account
Description
Lists the patch baselines in your Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/ssm_describe_patch_baselines/ for full documentation.
Usage
ssm_describe_patch_baselines(
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
Filters |
Each element in the array is a structure containing a key-value pair. Supported keys for
|
MaxResults |
The maximum number of patch baselines to return (per page). |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
[Package paws.management version 0.9.0 Index]