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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Note:

When making an API call, you may pass GetAutomationExecutionRequest data as a 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)


5574
5575
5576
5577
# File 'lib/aws-sdk-ssm/types.rb', line 5574

class GetAutomationExecutionRequest < Struct.new(
  :automation_execution_id)
  include Aws::Structure
end