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