Class: Aws::Types::WebvttHlsSourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::WebvttHlsSourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rendition_group_id ⇒ ::String
Returns the value of attribute rendition_group_id.
-
#rendition_language_code ⇒ "ENG", ...
Returns the value of attribute rendition_language_code.
-
#rendition_name ⇒ ::String
Returns the value of attribute rendition_name.
Instance Attribute Details
#rendition_group_id ⇒ ::String
Returns the value of attribute rendition_group_id.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def rendition_group_id @rendition_group_id end |
#rendition_language_code ⇒ "ENG", ...
Returns the value of attribute rendition_language_code.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def rendition_language_code @rendition_language_code end |
#rendition_name ⇒ ::String
Returns the value of attribute rendition_name.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def rendition_name @rendition_name end |