GetContactChannelPlainArgs

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

A collection of arguments for invoking getContactChannel.

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) of the contact channel.

Functions

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