ssm_describe_automation_step_executions {paws.management} | R Documentation |
Information about all active and terminated step executions in an Automation workflow
Description
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.
Usage
ssm_describe_automation_step_executions(
AutomationExecutionId,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL,
ReverseOrder = NULL
)
Arguments
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'. |
[Package paws.management version 0.7.0 Index]