GetRotationResult

data class GetRotationResult(val arn: String? = null, val contactIds: List<String>? = null, val name: String? = null, val recurrence: RotationRecurrenceSettings? = null, val startTime: String? = null, val tags: List<RotationTag>? = null, val timeZoneId: String? = null)

Constructors

Link copied to clipboard
fun GetRotationResult(arn: String? = null, contactIds: List<String>? = null, name: String? = null, recurrence: RotationRecurrenceSettings? = null, startTime: String? = null, tags: List<RotationTag>? = null, timeZoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the rotation.

Link copied to clipboard
val contactIds: List<String>? = null

Members of the rotation

Link copied to clipboard
val name: String? = null

Name of the Rotation

Link copied to clipboard
Link copied to clipboard
val startTime: String? = null

Start time of the first shift of Oncall Schedule

Link copied to clipboard
val tags: List<RotationTag>? = null
Link copied to clipboard
val timeZoneId: String? = null

TimeZone Identifier for the Oncall Schedule