Retrieves a maintenance window.
ssm_get_maintenance_window(WindowId)
[required] The ID of the maintenance window for which you want to retrieve information.
A list with the following syntax:
list( WindowId = "string", Name = "string", Description = "string", StartDate = "string", EndDate = "string", Schedule = "string", ScheduleTimezone = "string", ScheduleOffset = 123, NextExecutionTime = "string", Duration = 123, Cutoff = 123, AllowUnassociatedTargets = TRUE|FALSE, Enabled = TRUE|FALSE, CreatedDate = as.POSIXct( "2015-01-01" ), ModifiedDate = as.POSIXct( "2015-01-01" ) )
svc$get_maintenance_window( WindowId = "string" )