Class: Aws::Types::HlsCaptionLanguageMapping
- Inherits:
-
Object
- Object
- Aws::Types::HlsCaptionLanguageMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caption_channel ⇒ ::Integer
Returns the value of attribute caption_channel.
-
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
-
#language_code ⇒ "ENG", ...
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.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def caption_channel @caption_channel end |
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def custom_language_code @custom_language_code end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def language_description @language_description end |