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

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

Returns:

  • (String)


17213
17214
17215
17216
17217
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17213

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