class

Amazonite::SsmV1::CreateMaintenanceWindowRequest

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

allow_unassociated_targets
Source
allow_unassociated_targets=(allow_unassociated_targets : Bool)
Source
client_token
Source
client_token=(client_token : String | Nil)
Source
cutoff
Source
cutoff=(cutoff : Int32)
Source
description
Source
description=(description : String | Nil)
Source
duration
Source
duration=(duration : Int32)
Source
end_date
Source
end_date=(end_date : String | Nil)
Source
name
Source
name=(name : String)
Source
schedule
Source
schedule=(schedule : String)
Source
schedule_offset
Source
schedule_offset=(schedule_offset : Int32 | Nil)
Source
schedule_timezone
Source
schedule_timezone=(schedule_timezone : String | Nil)
Source
start_date
Source
start_date=(start_date : String | Nil)
Source
tags
Source
tags=(tags : Array(Tag) | Nil)
Source