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.
318 319 320 |
# File 'sig/types.rbs', line 318 def custom_language_code @custom_language_code end |
#destination_settings ⇒ Types::CaptionDestinationSettings
Returns the value of attribute destination_settings.
319 320 321 |
# File 'sig/types.rbs', line 319 def destination_settings @destination_settings end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
320 321 322 |
# File 'sig/types.rbs', line 320 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
321 322 323 |
# File 'sig/types.rbs', line 321 def language_description @language_description end |