View source: R/ssm_operations.R
ssm_describe_instance_patch_states | R Documentation |
Retrieves the high-level patch state of one or more managed nodes.
See https://www.paws-r-sdk.com/docs/ssm_describe_instance_patch_states/ for full documentation.
ssm_describe_instance_patch_states(
InstanceIds,
NextToken = NULL,
MaxResults = NULL
)
InstanceIds |
[required] The ID of the managed node for which patch state information should be retrieved. |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
MaxResults |
The maximum number of managed nodes to return (per page). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.