Class: Aws::Types::CaptionDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::CaptionDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arib_destination_settings ⇒ Types::AribDestinationSettings
Returns the value of attribute arib_destination_settings.
-
#burn_in_destination_settings ⇒ Types::BurnInDestinationSettings
Returns the value of attribute burn_in_destination_settings.
-
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Returns the value of attribute dvb_sub_destination_settings.
-
#ebu_tt_d_destination_settings ⇒ Types::EbuTtDDestinationSettings
Returns the value of attribute ebu_tt_d_destination_settings.
-
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Returns the value of attribute embedded_destination_settings.
-
#embedded_plus_scte_20_destination_settings ⇒ Types::EmbeddedPlusScte20DestinationSettings
Returns the value of attribute embedded_plus_scte_20_destination_settings.
-
#rtmp_caption_info_destination_settings ⇒ Types::RtmpCaptionInfoDestinationSettings
Returns the value of attribute rtmp_caption_info_destination_settings.
-
#scte_20_plus_embedded_destination_settings ⇒ Types::Scte20PlusEmbeddedDestinationSettings
Returns the value of attribute scte_20_plus_embedded_destination_settings.
-
#scte_27_destination_settings ⇒ Types::Scte27DestinationSettings
Returns the value of attribute scte_27_destination_settings.
-
#smpte_tt_destination_settings ⇒ Types::SmpteTtDestinationSettings
Returns the value of attribute smpte_tt_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
#arib_destination_settings ⇒ Types::AribDestinationSettings
Returns the value of attribute arib_destination_settings.
425 426 427 |
# File 'sig/types.rbs', line 425 def arib_destination_settings @arib_destination_settings end |
#burn_in_destination_settings ⇒ Types::BurnInDestinationSettings
Returns the value of attribute burn_in_destination_settings.
426 427 428 |
# File 'sig/types.rbs', line 426 def burn_in_destination_settings @burn_in_destination_settings end |
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Returns the value of attribute dvb_sub_destination_settings.
427 428 429 |
# File 'sig/types.rbs', line 427 def dvb_sub_destination_settings @dvb_sub_destination_settings end |
#ebu_tt_d_destination_settings ⇒ Types::EbuTtDDestinationSettings
Returns the value of attribute ebu_tt_d_destination_settings.
428 429 430 |
# File 'sig/types.rbs', line 428 def ebu_tt_d_destination_settings @ebu_tt_d_destination_settings end |
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Returns the value of attribute embedded_destination_settings.
429 430 431 |
# File 'sig/types.rbs', line 429 def @embedded_destination_settings end |
#embedded_plus_scte_20_destination_settings ⇒ Types::EmbeddedPlusScte20DestinationSettings
Returns the value of attribute embedded_plus_scte_20_destination_settings.
430 431 432 |
# File 'sig/types.rbs', line 430 def @embedded_plus_scte_20_destination_settings end |
#rtmp_caption_info_destination_settings ⇒ Types::RtmpCaptionInfoDestinationSettings
Returns the value of attribute rtmp_caption_info_destination_settings.
431 432 433 |
# File 'sig/types.rbs', line 431 def rtmp_caption_info_destination_settings @rtmp_caption_info_destination_settings end |
#scte_20_plus_embedded_destination_settings ⇒ Types::Scte20PlusEmbeddedDestinationSettings
Returns the value of attribute scte_20_plus_embedded_destination_settings.
432 433 434 |
# File 'sig/types.rbs', line 432 def @scte_20_plus_embedded_destination_settings end |
#scte_27_destination_settings ⇒ Types::Scte27DestinationSettings
Returns the value of attribute scte_27_destination_settings.
433 434 435 |
# File 'sig/types.rbs', line 433 def scte_27_destination_settings @scte_27_destination_settings end |
#smpte_tt_destination_settings ⇒ Types::SmpteTtDestinationSettings
Returns the value of attribute smpte_tt_destination_settings.
434 435 436 |
# File 'sig/types.rbs', line 434 def smpte_tt_destination_settings @smpte_tt_destination_settings end |
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Returns the value of attribute teletext_destination_settings.
435 436 437 |
# File 'sig/types.rbs', line 435 def teletext_destination_settings @teletext_destination_settings end |
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Returns the value of attribute ttml_destination_settings.
436 437 438 |
# File 'sig/types.rbs', line 436 def ttml_destination_settings @ttml_destination_settings end |
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Returns the value of attribute webvtt_destination_settings.
437 438 439 |
# File 'sig/types.rbs', line 437 def webvtt_destination_settings @webvtt_destination_settings end |