Class: Aws::Types::CmafIngestCaptionLanguageMapping
- Inherits:
-
Object
- Object
- Aws::Types::CmafIngestCaptionLanguageMapping
- 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.
Instance Attribute Details
#caption_channel ⇒ ::Integer
Returns the value of attribute caption_channel.
5738 5739 5740 |
# File 'sig/types.rbs', line 5738 def caption_channel @caption_channel end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
5739 5740 5741 |
# File 'sig/types.rbs', line 5739 def language_code @language_code end |