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.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def rendition_group_id @rendition_group_id end |
#rendition_language_code ⇒ "ENG", ...
Returns the value of attribute rendition_language_code.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def rendition_language_code @rendition_language_code end |
#rendition_name ⇒ ::String
Returns the value of attribute rendition_name.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def rendition_name @rendition_name end |