AmlFilesystemResponseMaintenanceWindow

data class AmlFilesystemResponseMaintenanceWindow(val dayOfWeek: String? = null, val timeOfDayUTC: String? = null)

Start time of a 30-minute weekly maintenance window.

Constructors

Link copied to clipboard
constructor(dayOfWeek: String? = null, timeOfDayUTC: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOfWeek: String? = null

Day of the week on which the maintenance window will occur.

Link copied to clipboard
val timeOfDayUTC: String? = null

The time of day (in UTC) to start the maintenance window.