PlanStageTargetContactTargetInfo

data class PlanStageTargetContactTargetInfo(val contactId: String? = null, val isEssential: Boolean)

Constructors

Link copied to clipboard
constructor(contactId: String? = null, isEssential: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contactId: String? = null

The Amazon Resource Name (ARN) of the contact or escalation plan.

Link copied to clipboard