class
Amazonite::Ssm::MaintenanceWindowIdentityForTarget
- Amazonite::Ssm::MaintenanceWindowIdentityForTarget
- Reference
- Object
Overview
The maintenance window to which the specified target belongs.
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_identity_for_target.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the maintenance window.
-
#name=(name : String | Nil)
The name of the maintenance window.
- #validate! : Nil
-
#window_id : String | Nil
The ID of the maintenance window.
-
#window_id=(window_id : String | Nil)
The ID of 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?.