Class: Aws::Types::CaptionDescription
- Inherits:
-
Object
- Object
- Aws::Types::CaptionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caption_selector_name ⇒ ::String
Returns the value of attribute caption_selector_name.
-
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
-
#destination_settings ⇒ Types::CaptionDestinationSettings
Returns the value of attribute destination_settings.
-
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
-
#language_description ⇒ ::String
Returns the value of attribute language_description.
Instance Attribute Details
#caption_selector_name ⇒ ::String
Returns the value of attribute caption_selector_name.
309 310 311 |
# File 'sig/types.rbs', line 309 def caption_selector_name @caption_selector_name end |
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
310 311 312 |
# File 'sig/types.rbs', line 310 def custom_language_code @custom_language_code end |
#destination_settings ⇒ Types::CaptionDestinationSettings
Returns the value of attribute destination_settings.
311 312 313 |
# File 'sig/types.rbs', line 311 def destination_settings @destination_settings end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
312 313 314 |
# File 'sig/types.rbs', line 312 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
313 314 315 |
# File 'sig/types.rbs', line 313 def language_description @language_description end |