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.
17598 17599 17600 17601 17602 |
# File 'lib/aws-sdk-ssm/types.rb', line 17598 class StartAutomationExecutionResult < Struct.new( :automation_execution_id) SENSITIVE = [] include Aws::Structure end |