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

Class: Aws::SSM::Types::DeregisterTargetFromMaintenanceWindowRequest

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

Overview

Note:

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

{
  window_id: "MaintenanceWindowId", # required
  window_target_id: "MaintenanceWindowTargetId", # required
  safe: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#safeBoolean

The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the maintenance window.

Returns:

  • (Boolean)

    The system checks if the target is being referenced by a task.

#window_idString

The ID of the maintenance window the target should be removed from.

Returns:

  • (String)

    The ID of the maintenance window the target should be removed from.

#window_target_idString

The ID of the target definition to remove.

Returns:

  • (String)

    The ID of the target definition to remove.