Get Response Plan Result
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<Tag>? = null)
Constructors
Link copied to clipboard
constructor(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<Tag>? = null)
Properties
Link copied to clipboard
The list of actions.
Link copied to clipboard
The chat channel used for collaboration during an incident.
Link copied to clipboard
The display name of the response plan.
Link copied to clipboard
The list of engagements to use.
Link copied to clipboard
Details used to create an incident when using this response plan.
Link copied to clipboard
The list of integrations.