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

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

Returns:

  • (String)


17336
17337
17338
17339
17340
# File 'lib/aws-sdk-ssm/types.rb', line 17336

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