You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::GetMaintenanceWindowExecutionTaskInvocationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::GetMaintenanceWindowExecutionTaskInvocationRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing GetMaintenanceWindowExecutionTaskInvocationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  window_execution_id: "MaintenanceWindowExecutionId", # required
  task_id: "MaintenanceWindowExecutionTaskId", # required
  invocation_id: "MaintenanceWindowExecutionTaskInvocationId", # required
}
Instance Attribute Summary collapse
- 
  
    
      #invocation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The invocation ID to retrieve. 
- 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the specific task in the maintenance window task that should be retrieved. 
- 
  
    
      #window_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the maintenance window execution for which the task is a part. 
Instance Attribute Details
#invocation_id ⇒ String
The invocation ID to retrieve.
#task_id ⇒ String
The ID of the specific task in the maintenance window task that should be retrieved.
#window_execution_id ⇒ String
The ID of the maintenance window execution for which the task is a part.