View source: R/ssm_operations.R
ssm_list_commands | R Documentation |
Lists the commands requested by users of the Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/ssm_list_commands/ for full documentation.
ssm_list_commands(
CommandId = NULL,
InstanceId = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)
CommandId |
(Optional) If provided, lists only the specified command. |
InstanceId |
(Optional) Lists commands issued against this managed node ID. You can't specify a managed node ID in the same command that you specify
|
MaxResults |
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. |
NextToken |
(Optional) The token for the next set of items to return. (You received this token from a previous call.) |
Filters |
(Optional) One or more filters. Use a filter to return a more specific list of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.