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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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 runbook is initiated.

Returns:

  • (String)


7285
7286
7287
7288
7289
# File 'lib/aws-sdk-ssm/types.rb', line 7285

class GetAutomationExecutionRequest < Struct.new(
  :automation_execution_id)
  SENSITIVE = []
  include Aws::Structure
end