Get Response Plan Result
data class GetResponsePlanResult(val actions: List<GetResponsePlanAction>, val arn: String, val chatChannels: List<String>, val displayName: String, val engagements: List<String>, val id: String, val incidentTemplates: List<GetResponsePlanIncidentTemplate>, val integrations: List<GetResponsePlanIntegration>, val name: String, val tags: Map<String, String>)
A collection of values returned by getResponsePlan.
Constructors
Link copied to clipboard
fun GetResponsePlanResult(actions: List<GetResponsePlanAction>, arn: String, chatChannels: List<String>, displayName: String, engagements: List<String>, id: String, incidentTemplates: List<GetResponsePlanIncidentTemplate>, integrations: List<GetResponsePlanIntegration>, name: String, tags: Map<String, String>)