Class: Aws::SSM::Types::StartChangeRequestExecutionResult

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 runbook workflow operation. (A runbook workflow is a type of Automation operation.)

Returns:

  • (String)


17333
17334
17335
17336
17337
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17333

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