Class: Aws::Types::AutomatedAbrSettings
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedAbrSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_abr_bitrate ⇒ ::Integer
Returns the value of attribute max_abr_bitrate.
-
#max_quality_level ⇒ ::Float
Returns the value of attribute max_quality_level.
-
#max_renditions ⇒ ::Integer
Returns the value of attribute max_renditions.
-
#min_abr_bitrate ⇒ ::Integer
Returns the value of attribute min_abr_bitrate.
-
#rules ⇒ ::Array[Types::AutomatedAbrRule]
Returns the value of attribute rules.
Instance Attribute Details
#max_abr_bitrate ⇒ ::Integer
Returns the value of attribute max_abr_bitrate.
204 205 206 |
# File 'sig/types.rbs', line 204 def max_abr_bitrate @max_abr_bitrate end |
#max_quality_level ⇒ ::Float
Returns the value of attribute max_quality_level.
205 206 207 |
# File 'sig/types.rbs', line 205 def max_quality_level @max_quality_level end |
#max_renditions ⇒ ::Integer
Returns the value of attribute max_renditions.
206 207 208 |
# File 'sig/types.rbs', line 206 def max_renditions @max_renditions end |
#min_abr_bitrate ⇒ ::Integer
Returns the value of attribute min_abr_bitrate.
207 208 209 |
# File 'sig/types.rbs', line 207 def min_abr_bitrate @min_abr_bitrate end |
#rules ⇒ ::Array[Types::AutomatedAbrRule]
Returns the value of attribute rules.
208 209 210 |
# File 'sig/types.rbs', line 208 def rules @rules end |