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.)
17718 17719 17720 17721 17722 |
# File 'lib/aws-sdk-ssm/types.rb', line 17718 class StartChangeRequestExecutionResult < Struct.new( :automation_execution_id) SENSITIVE = [] include Aws::Structure end |