class Amazonite::Ssm::MaintenanceWindowIdentityForTarget

Overview

The maintenance window to which the specified target belongs.

Included Modules

Defined in:

ssm/maintenance_window_identity_for_target.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(window_id : String | Nil = nil, name : String | Nil = nil) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String | Nil #

The name of the maintenance window.


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

The name of the maintenance window.


[View source]
def validate! : Nil #

[View source]
def window_id : String | Nil #

The ID of the maintenance window.


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

The ID of the maintenance window.


[View source]