class Amazonite::SsmV1::CreateMaintenanceWindowRequest

Included Modules

Defined in:

ssm_v1/create_maintenance_window_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, schedule : String, duration : Int32, cutoff : Int32, allow_unassociated_targets : Bool, description : String | Nil = nil, start_date : String | Nil = nil, end_date : String | Nil = nil, schedule_timezone : String | Nil = nil, schedule_offset : Int32 | Nil = nil, client_token : String | Nil = nil, tags : Array(Tag) | Nil = nil) #

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

[View source]

Instance Method Detail

def allow_unassociated_targets : Bool #

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

[View source]
def client_token : String | Nil #

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

[View source]
def cutoff : Int32 #

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

[View source]
def description : String | Nil #

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

[View source]
def duration : Int32 #

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

[View source]
def end_date : String | Nil #

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

[View source]
def name : String #

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

[View source]
def schedule : String #

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

[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 tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]