class Amazonite::SsmV1::UpdateMaintenanceWindowRequest

Included Modules

Defined in:

ssm_v1/update_maintenance_window_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(window_id : String, name : String | Nil = nil, description : String | Nil = nil, start_date : String | Nil = nil, end_date : String | Nil = nil, schedule : String | Nil = nil, schedule_timezone : String | Nil = nil, schedule_offset : Int32 | Nil = nil, duration : Int32 | Nil = nil, cutoff : Int32 | Nil = nil, allow_unassociated_targets : Bool | Nil = nil, enabled : Bool | Nil = nil, replace : Bool | Nil = nil) #

[View source]

Instance Method Detail

def allow_unassociated_targets : Bool | Nil #

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

[View source]
def cutoff : Int32 | Nil #

[View source]
def cutoff=(cutoff : Int32 | Nil) #

[View source]
def description : String | Nil #

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

[View source]
def duration : Int32 | Nil #

[View source]
def duration=(duration : Int32 | Nil) #

[View source]
def enabled : Bool | Nil #

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

[View source]
def end_date : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def replace : Bool | Nil #

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

[View source]
def schedule : String | Nil #

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

[View source]
def schedule_offset : Int32 | Nil #

[View source]
def schedule_offset=(schedule_offset : Int32 | Nil) #

[View source]
def schedule_timezone : String | Nil #

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

[View source]
def start_date : String | Nil #

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

[View source]
def window_id : String #

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

[View source]