GetContactsRotationResult

data class GetContactsRotationResult(val arn: String, val contactIds: List<String>, val id: String, val name: String, val recurrences: List<GetContactsRotationRecurrence>, val startTime: String, val tags: Map<String, String>, val timeZoneId: String)

A collection of values returned by getContactsRotation.

Constructors

Link copied to clipboard
constructor(arn: String, contactIds: List<String>, id: String, name: String, recurrences: List<GetContactsRotationRecurrence>, startTime: String, tags: Map<String, String>, timeZoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

The Amazon Resource Names (ARNs) of the contacts to add to the rotation. The order in which you list the contacts is their shift order in the rotation schedule.

Link copied to clipboard
val id: String
Link copied to clipboard

The name for 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 date and time, in RFC 3339 format, that the rotation goes into effect.

Link copied to clipboard

A map of tags to assign to the resource.

Link copied to clipboard

The time zone to base the rotation’s activity on in Internet Assigned Numbers Authority (IANA) format.