Class: Aws::SSM::Types::StartAutomationExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartAutomationExecutionResult
- 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 newly scheduled automation execution.
Instance Attribute Details
#automation_execution_id ⇒ String
The unique ID of a newly scheduled automation execution.
18115 18116 18117 18118 18119 |
# File 'lib/aws-sdk-ssm/types.rb', line 18115 class StartAutomationExecutionResult < Struct.new( :automation_execution_id) SENSITIVE = [] include Aws::Structure end |