class
Amazonite::Ssm::DeregisterTaskFromMaintenanceWindowRequest
- Amazonite::Ssm::DeregisterTaskFromMaintenanceWindowRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/deregister_task_from_maintenance_window_request.crConstructors
- .new(window_id : String, window_task_id : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
-
#window_id : String
The ID of the maintenance window the task should be removed from.
-
#window_id=(window_id : String)
The ID of the maintenance window the task should be removed from.
-
#window_task_id : String
The ID of the task to remove from the maintenance window.
-
#window_task_id=(window_task_id : String)
The ID of the task to remove from the maintenance window.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def window_id=(window_id : String)
#
The ID of the maintenance window the task should be removed from.
def window_task_id=(window_task_id : String)
#
The ID of the task to remove from the maintenance window.