Class: Aws::Types::CaptionLanguageMapping
- Inherits:
-
Object
- Object
- Aws::Types::CaptionLanguageMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caption_channel ⇒ ::Integer
Returns the value of attribute caption_channel.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#language_description ⇒ ::String
Returns the value of attribute language_description.
Instance Attribute Details
#caption_channel ⇒ ::Integer
Returns the value of attribute caption_channel.
442 443 444 |
# File 'sig/types.rbs', line 442 def caption_channel @caption_channel end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
443 444 445 |
# File 'sig/types.rbs', line 443 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
444 445 446 |
# File 'sig/types.rbs', line 444 def language_description @language_description end |