class

Amazonite::SsmV1::MaintenanceWindowIdentity

Inherits JSON::Serializable < Reference < Object

Constructors

new(window_id : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, enabled : Bool | Nil = nil, duration : Int32 | Nil = nil, cutoff : Int32 | Nil = nil, schedule : String | Nil = nil, schedule_timezone : String | Nil = nil, schedule_offset : Int32 | Nil = nil, end_date : String | Nil = nil, start_date : String | Nil = nil, next_execution_time : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

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
next_execution_time
Source
next_execution_time=(next_execution_time : String | 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 | Nil)
Source