Get Contact Flow Module Result
data class GetContactFlowModuleResult(val contactFlowModuleArn: String? = null, val content: String? = null, val description: String? = null, val instanceArn: String? = null, val name: String? = null, val state: String? = null, val status: String? = null, val tags: List<ContactFlowModuleTag>? = null)
Constructors
Link copied to clipboard
fun GetContactFlowModuleResult(contactFlowModuleArn: String? = null, content: String? = null, description: String? = null, instanceArn: String? = null, name: String? = null, state: String? = null, status: String? = null, tags: List<ContactFlowModuleTag>? = null)