Class: Aws::SSM::Types::StartAutomationExecutionResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#automation_execution_idString

The unique ID of a newly scheduled automation execution.

Returns:

  • (String)


12394
12395
12396
12397
# File 'lib/aws-sdk-ssm/types.rb', line 12394

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