Class: Aws::SSM::Types::StartAutomationExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartAutomationExecutionResult
- Defined in:
- gems/aws-sdk-ssm/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 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18115 class StartAutomationExecutionResult < Struct.new( :automation_execution_id) SENSITIVE = [] include Aws::Structure end |