Class: Aws::Types::RenditionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RenditionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rendition_selection ⇒ "ALL", ...
Returns the value of attribute rendition_selection.
-
#renditions ⇒ ::Array[("SD" | "HD" | "FULL_HD" | "LOWEST_RESOLUTION")]
Returns the value of attribute renditions.
Instance Attribute Details
#rendition_selection ⇒ "ALL", ...
Returns the value of attribute rendition_selection.
636 637 638 |
# File 'sig/types.rbs', line 636 def rendition_selection @rendition_selection end |
#renditions ⇒ ::Array[("SD" | "HD" | "FULL_HD" | "LOWEST_RESOLUTION")]
Returns the value of attribute renditions.
637 638 639 |
# File 'sig/types.rbs', line 637 def renditions @renditions end |