class Amazonite::SsmV1::MaintenanceWindowIdentityForTarget

Included Modules

Defined in:

ssm_v1/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 name : String | Nil #

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

[View source]
def window_id : String | Nil #

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

[View source]