You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::GetMaintenanceWindowTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetMaintenanceWindowTaskRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  window_id: "MaintenanceWindowId", # required
  window_task_id: "MaintenanceWindowTaskId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#window_idString

The maintenance window ID that includes the task to retrieve.

Returns:

  • (String)

    The maintenance window ID that includes the task to retrieve.

#window_task_idString

The maintenance window task ID to retrieve.

Returns:

  • (String)

    The maintenance window task ID to retrieve.