class Aws::IVS::Types::ChannelSummary

Summary information about a channel.

@!attribute [rw] arn

Channel ARN.
@return [String]

@!attribute [rw] name

Channel name.
@return [String]

@!attribute [rw] latency_mode

Channel latency mode. Use `NORMAL` to broadcast and deliver live
video up to Full HD. Use `LOW` for near-real-time interaction with
viewers. Default: `LOW`. (Note: In the Amazon IVS console, `LOW` and
`NORMAL` correspond to Ultra-low and Standard, respectively.)
@return [String]

@!attribute [rw] authorized

Whether the channel is private (enabled for playback authorization).
Default: `false`.
@return [Boolean]

@!attribute [rw] recording_configuration_arn

Recording-configuration ARN. A value other than an empty string
indicates that recording is enabled. Default: "" (empty string,
recording is disabled).
@return [String]

@!attribute [rw] tags

Array of 1-50 maps, each of the form `string:string (key:value)`.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/ChannelSummary AWS API Documentation

Constants

SENSITIVE