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.
196 197 198 |
# File 'sig/types.rbs', line 196 def max_abr_bitrate @max_abr_bitrate end |
#max_quality_level ⇒ ::Float
Returns the value of attribute max_quality_level.
197 198 199 |
# File 'sig/types.rbs', line 197 def max_quality_level @max_quality_level end |
#max_renditions ⇒ ::Integer
Returns the value of attribute max_renditions.
198 199 200 |
# File 'sig/types.rbs', line 198 def max_renditions @max_renditions end |
#min_abr_bitrate ⇒ ::Integer
Returns the value of attribute min_abr_bitrate.
199 200 201 |
# File 'sig/types.rbs', line 199 def min_abr_bitrate @min_abr_bitrate end |
#rules ⇒ ::Array[Types::AutomatedAbrRule]
Returns the value of attribute rules.
200 201 202 |
# File 'sig/types.rbs', line 200 def rules @rules end |