ScheduleSummary

The details of a schedule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the schedule.

Link copied to clipboard

The time at which the schedule was created.

Link copied to clipboard

The name of the schedule group associated with this schedule.

Link copied to clipboard

The time at which the schedule was last modified.

Link copied to clipboard
val name: String?

The name of the schedule.

Link copied to clipboard

Specifies whether the schedule is enabled or disabled.

Link copied to clipboard

The schedule's target details.

Functions

Link copied to clipboard
inline fun copy(block: ScheduleSummary.Builder.() -> Unit = {}): ScheduleSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String