Class: Aws::Types::CaptionDescriptionPreset
- Inherits:
-
Object
- Object
- Aws::Types::CaptionDescriptionPreset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
326 327 328 |
# File 'sig/types.rbs', line 326 def custom_language_code @custom_language_code end |
#destination_settings ⇒ Types::CaptionDestinationSettings
Returns the value of attribute destination_settings.
327 328 329 |
# File 'sig/types.rbs', line 327 def destination_settings @destination_settings end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
328 329 330 |
# File 'sig/types.rbs', line 328 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
329 330 331 |
# File 'sig/types.rbs', line 329 def language_description @language_description end |