You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IVS::Types::ChannelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ChannelSummary
- Defined in:
- (unknown)
Overview
Summary information about a channel.
Instance Attribute Summary collapse
-
#arn ⇒ String
Channel ARN.
-
#authorized ⇒ Boolean
Whether the channel is authorized.
-
#latency_mode ⇒ String
Channel latency mode.
-
#name ⇒ String
Channel name.
-
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form
string:string (key:value)
.
Instance Attribute Details
#arn ⇒ String
Channel ARN.
#authorized ⇒ Boolean
Whether the channel is authorized.
#latency_mode ⇒ String
Channel latency mode. Default: LOW
.
Possible values:
- NORMAL
- LOW
#name ⇒ String
Channel name.
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form string:string (key:value)
.