class Amazonite::Ssm::UpdateMaintenanceWindowTargetRequest

Included Modules

Defined in:

ssm/update_maintenance_window_target_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def description : String | Nil #

An optional description for the update.


[View source]
def description=(description : String | Nil) #

An optional description for the update.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String | Nil #

A name for the update.


[View source]
def name=(name : String | Nil) #

A name for the update.


[View source]
def 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.


[View source]
def 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.


[View source]
def replace : Bool | Nil #

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.


[View source]
def replace=(replace : Bool | Nil) #

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.


[View source]
def targets : Array(Target) | Nil #

The targets to add or replace.


[View source]
def targets=(targets : Array(Target) | Nil) #

The targets to add or replace.


[View source]
def validate! : Nil #

[View source]
def window_id : String #

The maintenance window ID with which to modify the target.


[View source]
def window_id=(window_id : String) #

The maintenance window ID with which to modify the target.


[View source]
def window_target_id : String #

The target ID to modify.


[View source]
def window_target_id=(window_target_id : String) #

The target ID to modify.


[View source]