GetContactChannelResult

data class GetContactChannelResult(val arn: String? = null, val channelAddress: String? = null, val channelName: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, channelAddress: String? = null, channelName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val channelAddress: String? = null

The details that SSM Incident Manager uses when trying to engage the contact channel.

Link copied to clipboard
val channelName: String? = null

The device name. String of 6 to 50 alphabetical, numeric, dash, and underscore characters.