class
Amazonite::Ssm::UpdateMaintenanceWindowTargetRequest
- Amazonite::Ssm::UpdateMaintenanceWindowTargetRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_maintenance_window_target_request.crConstructors
- .new(window_id : String, window_target_id : String, targets : Array(Target) | Nil = nil, owner_information : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, replace : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
An optional description for the update.
-
#description=(description : String | Nil)
An optional description for the update.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
A name for the update.
-
#name=(name : String | Nil)
A name for the update.
-
#owner_information : String | Nil
User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.
-
#owner_information=(owner_information : String | Nil)
User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.
-
#replace : Bool | Nil
If
True, then all fields that are required by the RegisterTargetWithMaintenanceWindow operation are also required for this API request. -
#replace=(replace : Bool | Nil)
If
True, then all fields that are required by the RegisterTargetWithMaintenanceWindow operation are also required for this API request. -
#targets : Array(Target) | Nil
The targets to add or replace.
-
#targets=(targets : Array(Target) | Nil)
The targets to add or replace.
- #validate! : Nil
-
#window_id : String
The maintenance window ID with which to modify the target.
-
#window_id=(window_id : String)
The maintenance window ID with which to modify the target.
-
#window_target_id : String
The target ID to modify.
-
#window_target_id=(window_target_id : String)
The target ID to modify.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.
User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.
If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow
operation are also required for this API request. Optional fields that aren't specified are set
to null.
If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow
operation are also required for this API request. Optional fields that aren't specified are set
to null.