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<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)