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