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
constructor(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)
Properties
Link copied to clipboard
List of times when the scheduled action will run.
Link copied to clipboard
The description of the scheduled action.
Link copied to clipboard
The state of the scheduled action.
Link copied to clipboard
A JSON format string of the Amazon Redshift API operation with input parameters.