class Amazonite::Ssm::UpdateMaintenanceWindowTargetResult

Included Modules

Defined in:

ssm/update_maintenance_window_target_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
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) #

[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 #

The updated description.


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

The updated description.


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

See Object#hash(hasher)


def name : String | Nil #

The updated name.


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

The updated name.


[View source]
def owner_information : String | Nil #

The updated owner.


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

The updated owner.


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

The updated targets.


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

The updated targets.


[View source]
def validate! : Nil #

[View source]
def window_id : String | Nil #

The maintenance window ID specified in the update request.


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

The maintenance window ID specified in the update request.


[View source]
def window_target_id : String | Nil #

The target ID specified in the update request.


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

The target ID specified in the update request.


[View source]