Method: Aws::SSM::Types::StartAutomationExecutionResult#automation_execution_id

Defined in:
lib/aws-sdk-ssm/types.rb

#automation_execution_idString

The unique ID of a newly scheduled automation execution.

Returns:

  • (String)


18514
18515
18516
18517
18518
# File 'lib/aws-sdk-ssm/types.rb', line 18514

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