An API operation used by the Systems Manager console to display information about Systems Manager managed nodes
Source:R/ssm_operations.R
ssm_describe_instance_properties.RdAn API operation used by the Systems Manager console to display information about Systems Manager managed nodes.
See https://www.paws-r-sdk.com/docs/ssm_describe_instance_properties/ for full documentation.
Usage
ssm_describe_instance_properties(
InstancePropertyFilterList = NULL,
FiltersWithOperator = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- InstancePropertyFilterList
An array of instance property filters.
- FiltersWithOperator
The request filters to use with the operator.
- MaxResults
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
- NextToken
The token provided by a previous request to use to return the next set of properties.