class Amazonite::SsmV1::CreateMaintenanceWindowRequest
- Amazonite::SsmV1::CreateMaintenanceWindowRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/create_maintenance_window_request.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #allow_unassociated_targets : Bool
- #allow_unassociated_targets=(allow_unassociated_targets : Bool)
- #client_token : String | Nil
- #client_token=(client_token : String | Nil)
- #cutoff : Int32
- #cutoff=(cutoff : Int32)
- #description : String | Nil
- #description=(description : String | Nil)
- #duration : Int32
- #duration=(duration : Int32)
- #end_date : String | Nil
- #end_date=(end_date : String | Nil)
- #name : String
- #name=(name : String)
- #schedule : String
- #schedule=(schedule : String)
- #schedule_offset : Int32 | Nil
- #schedule_offset=(schedule_offset : Int32 | Nil)
- #schedule_timezone : String | Nil
- #schedule_timezone=(schedule_timezone : String | Nil)
- #start_date : String | Nil
- #start_date=(start_date : String | Nil)
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)
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)
#