data class GetScheduledActionResult(val desiredCapacity: Int? = null, val endTime: String? = null, val maxSize: Int? = null, val minSize: Int? = null, val recurrence: String? = null, val scheduledActionName: String? = null, val startTime: String? = null, val timeZone: String? = null)
The recurring schedule for the action, in Unix cron syntax format. When StartTime and EndTime are specified with Recurrence , they form the boundaries of when the recurring action starts and stops.