Empty

data class Empty(val value: EmptyChatChannel) : ChatChannel

Used to remove the chat channel from an incident record or response plan.

Constructors

Link copied to clipboard
constructor(value: EmptyChatChannel)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ChatChannel as a ChatbotSns and retrieves its List value. Throws an exception if the ChatChannel is not a ChatbotSns.

Link copied to clipboard

Casts this ChatChannel as a ChatbotSns and retrieves its List value. Returns null if the ChatChannel is not a ChatbotSns.

Link copied to clipboard

Casts this ChatChannel as a Empty and retrieves its aws.sdk.kotlin.services.ssmincidents.model.EmptyChatChannel value. Throws an exception if the ChatChannel is not a Empty.

Link copied to clipboard

Casts this ChatChannel as a Empty and retrieves its aws.sdk.kotlin.services.ssmincidents.model.EmptyChatChannel value. Returns null if the ChatChannel is not a Empty.