GetChannelResult

data class GetChannelResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val ingestEndpoints: List<ChannelIngestEndpoint>? = null, val modifiedAt: String? = null, val tags: List<ChannelTag>? = null)

Constructors

Link copied to clipboard
fun GetChannelResult(arn: String? = null, createdAt: String? = null, description: String? = null, ingestEndpoints: List<ChannelIngestEndpoint>? = null, modifiedAt: String? = null, tags: List<ChannelTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
val modifiedAt: String? = null
Link copied to clipboard
val tags: List<ChannelTag>? = null