GetChannelResult

data class GetChannelResult(val channelArn: String? = null, val destinations: List<ChannelDestination>? = null, val name: String? = null)

Constructors

Link copied to clipboard
fun GetChannelResult(channelArn: String? = null, destinations: List<ChannelDestination>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelArn: String? = null
Link copied to clipboard

One or more resources to which events arriving through a channel are logged and stored.

Link copied to clipboard
val name: String? = null