Class: Aws::Types::HlsRenditionGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsRenditionGroupSettings
- 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.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def rendition_group_id @rendition_group_id end |
#rendition_language_code ⇒ "ENG", ...
Returns the value of attribute rendition_language_code.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def rendition_language_code @rendition_language_code end |
#rendition_name ⇒ ::String
Returns the value of attribute rendition_name.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def rendition_name @rendition_name end |