Class: Aws::SSM::Types::StartChangeRequestExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartChangeRequestExecutionResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ String
The unique ID of a runbook workflow operation.
Instance Attribute Details
#automation_execution_id ⇒ String
The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
18292 18293 18294 18295 18296 |
# File 'lib/aws-sdk-ssm/types.rb', line 18292 class StartChangeRequestExecutionResult < Struct.new( :automation_execution_id) SENSITIVE = [] include Aws::Structure end |