Class: Aws::Types::DashDvbSettings
- Inherits:
-
Object
- Object
- Aws::Types::DashDvbSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_metrics ⇒ ::Array[Types::DashDvbMetricsReporting]
Returns the value of attribute error_metrics.
-
#font_download ⇒ Types::DashDvbFontDownload
Returns the value of attribute font_download.
Instance Attribute Details
#error_metrics ⇒ ::Array[Types::DashDvbMetricsReporting]
Returns the value of attribute error_metrics.
279 280 281 |
# File 'sig/types.rbs', line 279 def error_metrics @error_metrics end |
#font_download ⇒ Types::DashDvbFontDownload
Returns the value of attribute font_download.
278 279 280 |
# File 'sig/types.rbs', line 278 def font_download @font_download end |