class
Amazonite::Ssm::UpdateMaintenanceWindowTargetResult
- Amazonite::Ssm::UpdateMaintenanceWindowTargetResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_maintenance_window_target_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(window_id : String | Nil = nil, window_target_id : String | Nil = nil, targets : Array(Target) | Nil = nil, owner_information : String | Nil = nil, name : String | Nil = nil, description : 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. -
#description : String | Nil
The updated description.
-
#description=(description : String | Nil)
The updated description.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The updated name.
-
#name=(name : String | Nil)
The updated name.
-
#owner_information : String | Nil
The updated owner.
-
#owner_information=(owner_information : String | Nil)
The updated owner.
-
#targets : Array(Target) | Nil
The updated targets.
-
#targets=(targets : Array(Target) | Nil)
The updated targets.
- #validate! : Nil
-
#window_id : String | Nil
The maintenance window ID specified in the update request.
-
#window_id=(window_id : String | Nil)
The maintenance window ID specified in the update request.
-
#window_target_id : String | Nil
The target ID specified in the update request.
-
#window_target_id=(window_target_id : String | Nil)
The target ID specified in the update request.
Constructor Detail
def self.new(window_id : String | Nil = nil, window_target_id : String | Nil = nil, targets : Array(Target) | Nil = nil, owner_information : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil)
#
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 | Nil)
#
The maintenance window ID specified in the update request.
def window_target_id=(window_target_id : String | Nil)
#
The target ID specified in the update request.