You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::UpdateMaintenanceWindowTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateMaintenanceWindowTargetRequest
- Defined in:
- (unknown)
Overview
When passing UpdateMaintenanceWindowTargetRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
window_id: "MaintenanceWindowId", # required
window_target_id: "MaintenanceWindowTargetId", # required
targets: [
{
key: "TargetKey",
values: ["TargetValue"],
},
],
owner_information: "OwnerInformation",
name: "MaintenanceWindowName",
description: "MaintenanceWindowDescription",
replace: false,
}
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description for the update.
-
#name ⇒ String
A name for the update.
-
#owner_information ⇒ String
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
-
#replace ⇒ Boolean
If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow action are also required for this API request.
-
#targets ⇒ Array<Types::Target>
The targets to add or replace.
-
#window_id ⇒ String
The maintenance window ID with which to modify the target.
-
#window_target_id ⇒ String
The target ID to modify.
Instance Attribute Details
#description ⇒ String
An optional description for the update.
#name ⇒ String
A name for the update.
#owner_information ⇒ String
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
#replace ⇒ Boolean
If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow action are also required for this API request. Optional fields that are not specified are set to null.
#targets ⇒ Array<Types::Target>
The targets to add or replace.
#window_id ⇒ String
The maintenance window ID with which to modify the target.
#window_target_id ⇒ String
The target ID to modify.