class

Amazonite::SsmV1::UpdateMaintenanceWindowRequest

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

allow_unassociated_targets
Source
allow_unassociated_targets=(allow_unassociated_targets : Bool | Nil)
Source
cutoff
Source
cutoff=(cutoff : Int32 | Nil)
Source
description
Source
description=(description : String | Nil)
Source
duration
Source
duration=(duration : Int32 | Nil)
Source
enabled
Source
enabled=(enabled : Bool | Nil)
Source
end_date
Source
end_date=(end_date : String | Nil)
Source
name
Source
name=(name : String | Nil)
Source
replace
Source
replace=(replace : Bool | Nil)
Source
schedule
Source
schedule=(schedule : String | Nil)
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
window_id
Source
window_id=(window_id : String)
Source