You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::GetAutomationExecutionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::GetAutomationExecutionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing GetAutomationExecutionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  automation_execution_id: "AutomationExecutionId", # required
}
Instance Attribute Summary collapse
- 
  
    
      #automation_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for an existing automation execution to examine. 
Instance Attribute Details
#automation_execution_id ⇒ String
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation document is initiated.