ssm_describe_instance_properties {paws.management} | R Documentation |
An API operation used by the Systems Manager console to display information about Systems Manager managed nodes
Description
An 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. |
[Package paws.management version 0.9.0 Index]