You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::GetAutomationExecutionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetAutomationExecutionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  automation_execution_id: "AutomationExecutionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#automation_execution_idString

The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation document is initiated.

Returns:

  • (String)

    The unique identifier for an existing automation execution to examine.