class
Amazonite::Ssm::DeregisterTargetFromMaintenanceWindowRequest
- Amazonite::Ssm::DeregisterTargetFromMaintenanceWindowRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/deregister_target_from_maintenance_window_request.crConstructors
- .new(window_id : String, window_target_id : String, safe : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#safe : Bool | Nil
The system checks if the target is being referenced by a task.
-
#safe=(safe : Bool | Nil)
The system checks if the target is being referenced by a task.
- #validate! : Nil
-
#window_id : String
The ID of the maintenance window the target should be removed from.
-
#window_id=(window_id : String)
The ID of the maintenance window the target should be removed from.
-
#window_target_id : String
The ID of the target definition to remove.
-
#window_target_id=(window_target_id : String)
The ID of the target definition to remove.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and doesn't deregister the target from the maintenance window.
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and doesn't deregister the target from the maintenance window.
The ID of the maintenance window the target should be removed from.