GetContactChannelPlainArgs

data class GetContactChannelPlainArgs(val arn: String) : ConvertibleToJava<GetContactChannelPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the engagement to a contact channel.

Functions

Link copied to clipboard
open override fun toJava(): GetContactChannelPlainArgs