View source: R/ssm_operations.R
ssm_describe_instance_properties | R Documentation |
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.
ssm_describe_instance_properties(
InstancePropertyFilterList = NULL,
FiltersWithOperator = NULL,
MaxResults = NULL,
NextToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.