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
show all
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

Instance Attribute Details

#task_idString

The ID of the specific task execution in the maintenance window task that should be retrieved.

Returns:

  • (String)

    The ID of the specific task execution in the maintenance window task that should be retrieved.

#window_execution_idString

The ID of the maintenance window execution that includes the task.

Returns:

  • (String)

    The ID of the maintenance window execution that includes the task.