View source: R/ssm_operations.R
ssm_describe_automation_step_executions | R Documentation |
Information about all active and terminated step executions in an Automation workflow.
See https://www.paws-r-sdk.com/docs/ssm_describe_automation_step_executions/ for full documentation.
ssm_describe_automation_step_executions(
AutomationExecutionId,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL,
ReverseOrder = NULL
)
AutomationExecutionId |
[required] The Automation execution ID for which you want step execution descriptions. |
Filters |
One or more filters to limit the number of step executions returned by the request. |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
MaxResults |
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. |
ReverseOrder |
Indicates whether to list step executions in reverse order by start time. The default value is 'false'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.