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

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 ID of a newly scheduled automation execution.

Returns:

  • (String)


17032
17033
17034
17035
17036
# File 'lib/aws-sdk-ssm/types.rb', line 17032

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