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.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def rendition_group_id @rendition_group_id end |
#rendition_language_code ⇒ "ENG", ...
Returns the value of attribute rendition_language_code.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def rendition_language_code @rendition_language_code end |
#rendition_name ⇒ ::String
Returns the value of attribute rendition_name.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def rendition_name @rendition_name end |