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<Tag>? = null, val timeZoneId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, contactIds: List<String>? = null, name: String? = null, recurrence: RotationRecurrenceSettings? = null, startTime: String? = null, tags: List<Tag>? = 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

Information about the rule that specifies when shift team members rotate.

Link copied to clipboard
val startTime: String? = null

Start time of the first shift of Oncall Schedule

Link copied to clipboard
val tags: List<Tag>? = null

Optional metadata to assign to the rotation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For more information, see Tagging Incident Manager resources in the Incident Manager User Guide .

Link copied to clipboard
val timeZoneId: String? = null

TimeZone Identifier for the Oncall Schedule