Class: Aws::Types::ChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_configuration_arn ⇒ ::String
Returns the value of attribute ad_configuration_arn.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#authorized ⇒ Boolean
Returns the value of attribute authorized.
-
#insecure_ingest ⇒ Boolean
Returns the value of attribute insecure_ingest.
-
#latency_mode ⇒ "NORMAL", "LOW"
Returns the value of attribute latency_mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute playback_restriction_policy_arn.
-
#preset ⇒ "HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY"
Returns the value of attribute preset.
-
#recording_configuration_arn ⇒ ::String
Returns the value of attribute recording_configuration_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "BASIC", ...
Returns the value of attribute type.
Instance Attribute Details
#ad_configuration_arn ⇒ ::String
Returns the value of attribute ad_configuration_arn.
170 171 172 |
# File 'sig/types.rbs', line 170 def ad_configuration_arn @ad_configuration_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def arn @arn end |
#authorized ⇒ Boolean
Returns the value of attribute authorized.
163 164 165 |
# File 'sig/types.rbs', line 163 def @authorized end |
#insecure_ingest ⇒ Boolean
Returns the value of attribute insecure_ingest.
166 167 168 |
# File 'sig/types.rbs', line 166 def insecure_ingest @insecure_ingest end |
#latency_mode ⇒ "NORMAL", "LOW"
Returns the value of attribute latency_mode.
162 163 164 |
# File 'sig/types.rbs', line 162 def latency_mode @latency_mode end |
#name ⇒ ::String
Returns the value of attribute name.
161 162 163 |
# File 'sig/types.rbs', line 161 def name @name end |
#playback_restriction_policy_arn ⇒ ::String
Returns the value of attribute playback_restriction_policy_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def playback_restriction_policy_arn @playback_restriction_policy_arn end |
#preset ⇒ "HIGHER_BANDWIDTH_DELIVERY", "CONSTRAINED_BANDWIDTH_DELIVERY"
Returns the value of attribute preset.
168 169 170 |
# File 'sig/types.rbs', line 168 def preset @preset end |
#recording_configuration_arn ⇒ ::String
Returns the value of attribute recording_configuration_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def recording_configuration_arn @recording_configuration_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
165 166 167 |
# File 'sig/types.rbs', line 165 def @tags end |
#type ⇒ "BASIC", ...
Returns the value of attribute type.
167 168 169 |
# File 'sig/types.rbs', line 167 def type @type end |