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)


17488
17489
17490
17491
17492
# File 'lib/aws-sdk-ssm/types.rb', line 17488

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