GetResponsePlanResult

data class GetResponsePlanResult(val actions: List<ResponsePlanAction>? = null, val arn: String? = null, val chatChannel: ResponsePlanChatChannel? = null, val displayName: String? = null, val engagements: List<String>? = null, val incidentTemplate: ResponsePlanIncidentTemplate? = null, val integrations: List<ResponsePlanIntegration>? = null, val tags: List<ResponsePlanTag>? = null)

Constructors

Link copied to clipboard
fun GetResponsePlanResult(actions: List<ResponsePlanAction>? = null, arn: String? = null, chatChannel: ResponsePlanChatChannel? = null, displayName: String? = null, engagements: List<String>? = null, incidentTemplate: ResponsePlanIncidentTemplate? = null, integrations: List<ResponsePlanIntegration>? = null, tags: List<ResponsePlanTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of actions.

Link copied to clipboard
val arn: String? = null

The ARN of the response plan.

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

The display name of the response plan.

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

The list of engagements to use.

Link copied to clipboard
Link copied to clipboard

The list of integrations.

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

The tags to apply to the response plan.