ssm_get_automation_execution {paws.management} | R Documentation |
Get detailed information about a particular Automation execution
Description
Get detailed information about a particular Automation execution.
See https://www.paws-r-sdk.com/docs/ssm_get_automation_execution/ for full documentation.
Usage
ssm_get_automation_execution(AutomationExecutionId)
Arguments
AutomationExecutionId |
[required] The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated. |
[Package paws.management version 0.9.0 Index]