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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def caption_channel @caption_channel end |
#custom_language_code ⇒ ::String
Returns the value of attribute custom_language_code.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def custom_language_code @custom_language_code end |
#language_code ⇒ "ENG", ...
Returns the value of attribute language_code.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def language_description @language_description end |