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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


7344
7345
7346
7347
7348
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7344

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