GetContactFlowModuleResult

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<Tag>? = null)

Constructors

Link copied to clipboard
constructor(contactFlowModuleArn: String? = null, content: String? = null, description: String? = null, instanceArn: String? = null, name: String? = null, state: String? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the contact flow module (ARN).

Link copied to clipboard
val content: String? = null

The content of the contact flow module in JSON format.

Link copied to clipboard
val description: String? = null

The description of the contact flow module.

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance (ARN).

Link copied to clipboard
val name: String? = null

The name of the contact flow module.

Link copied to clipboard
val state: String? = null

The state of the contact flow module.

Link copied to clipboard
val status: String? = null

The status of the contact flow module.

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

One or more tags.