Rotation

class Rotation

Information about a rotation in an on-call schedule.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.

Link copied to clipboard

The name of the rotation.

Link copied to clipboard

Information about when an on-call rotation is in effect and how long the rotation period lasts.

Link copied to clipboard

The Amazon Resource Name (ARN) of the rotation.

Link copied to clipboard

The date and time the rotation becomes active.

Link copied to clipboard

The time zone the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".

Functions

Link copied to clipboard
inline fun copy(block: Rotation.Builder.() -> Unit = {}): Rotation
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