You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::MaintenanceWindowExecution
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::MaintenanceWindowExecution
 
 
- Defined in:
 - (unknown)
 
Overview
Describes the information about an execution of a maintenance window.
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the execution finished.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the execution started.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the execution.
 - 
  
    
      #status_details  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details explaining the Status.
 - 
  
    
      #window_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the maintenance window execution.
 - 
  
    
      #window_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the maintenance window.
 
Instance Attribute Details
#end_time ⇒ Time
The time the execution finished.
#start_time ⇒ Time
The time the execution started.
#status ⇒ String
The status of the execution.
Possible values:
- PENDING
 - IN_PROGRESS
 - SUCCESS
 - FAILED
 - TIMED_OUT
 - CANCELLING
 - CANCELLED
 - SKIPPED_OVERLAPPING
 
#status_details ⇒ String
The details explaining the Status. Only available for certain status values.
#window_execution_id ⇒ String
The ID of the maintenance window execution.
#window_id ⇒ String
The ID of the maintenance window.