Class: Aws::Types::CaptionDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::CaptionDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#burnin_destination_settings ⇒ Types::BurninDestinationSettings
Returns the value of attribute burnin_destination_settings.
-
#destination_type ⇒ "BURN_IN", ...
Returns the value of attribute destination_type.
-
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Returns the value of attribute dvb_sub_destination_settings.
-
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Returns the value of attribute embedded_destination_settings.
-
#imsc_destination_settings ⇒ Types::ImscDestinationSettings
Returns the value of attribute imsc_destination_settings.
-
#scc_destination_settings ⇒ Types::SccDestinationSettings
Returns the value of attribute scc_destination_settings.
-
#srt_destination_settings ⇒ Types::SrtDestinationSettings
Returns the value of attribute srt_destination_settings.
-
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Returns the value of attribute teletext_destination_settings.
-
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Returns the value of attribute ttml_destination_settings.
-
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Returns the value of attribute webvtt_destination_settings.
Instance Attribute Details
#burnin_destination_settings ⇒ Types::BurninDestinationSettings
Returns the value of attribute burnin_destination_settings.
326 327 328 |
# File 'sig/types.rbs', line 326 def burnin_destination_settings @burnin_destination_settings end |
#destination_type ⇒ "BURN_IN", ...
Returns the value of attribute destination_type.
327 328 329 |
# File 'sig/types.rbs', line 327 def destination_type @destination_type end |
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Returns the value of attribute dvb_sub_destination_settings.
328 329 330 |
# File 'sig/types.rbs', line 328 def dvb_sub_destination_settings @dvb_sub_destination_settings end |
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Returns the value of attribute embedded_destination_settings.
329 330 331 |
# File 'sig/types.rbs', line 329 def @embedded_destination_settings end |
#imsc_destination_settings ⇒ Types::ImscDestinationSettings
Returns the value of attribute imsc_destination_settings.
330 331 332 |
# File 'sig/types.rbs', line 330 def imsc_destination_settings @imsc_destination_settings end |
#scc_destination_settings ⇒ Types::SccDestinationSettings
Returns the value of attribute scc_destination_settings.
331 332 333 |
# File 'sig/types.rbs', line 331 def scc_destination_settings @scc_destination_settings end |
#srt_destination_settings ⇒ Types::SrtDestinationSettings
Returns the value of attribute srt_destination_settings.
332 333 334 |
# File 'sig/types.rbs', line 332 def srt_destination_settings @srt_destination_settings end |
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Returns the value of attribute teletext_destination_settings.
333 334 335 |
# File 'sig/types.rbs', line 333 def teletext_destination_settings @teletext_destination_settings end |
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Returns the value of attribute ttml_destination_settings.
334 335 336 |
# File 'sig/types.rbs', line 334 def ttml_destination_settings @ttml_destination_settings end |
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Returns the value of attribute webvtt_destination_settings.
335 336 337 |
# File 'sig/types.rbs', line 335 def webvtt_destination_settings @webvtt_destination_settings end |