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
- .new(pull : JSON::PullParser)
- .new(window_id : String | Nil = nil, name : String | Nil = nil)
- .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) -
#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?.