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<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) associated with the resource.

Link copied to clipboard
val createdAt: String? = null

The date and time the channel was created.

Link copied to clipboard
val description: String? = null

Enter any descriptive text that helps you to identify the channel.

Link copied to clipboard

The list of ingest endpoints.

Link copied to clipboard
val modifiedAt: String? = null

The date and time the channel was modified.

Link copied to clipboard
val tags: List<Tag>? = null

The tags associated with the channel.