Get Scheduled Action Result
data class GetScheduledActionResult(val enable: Boolean? = null, val endTime: String? = null, val iamRole: String? = null, val nextInvocations: List<String>? = null, val schedule: String? = null, val scheduledActionDescription: String? = null, val startTime: String? = null, val state: ScheduledActionState? = null, val targetAction: ScheduledActionType? = null)
Constructors
Link copied to clipboard
fun GetScheduledActionResult(enable: Boolean? = null, endTime: String? = null, iamRole: String? = null, nextInvocations: List<String>? = null, schedule: String? = null, scheduledActionDescription: String? = null, startTime: String? = null, state: ScheduledActionState? = null, targetAction: ScheduledActionType? = null)