GetPlanResult

data class GetPlanResult(val arn: String? = null, val stages: List<PlanStage>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, stages: List<PlanStage>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the contact.

Link copied to clipboard
val stages: List<PlanStage>? = null

The stages that an escalation plan or engagement plan engages contacts and contact methods in.