Class: Aws::Types::PredictiveConfig
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth_allocation ⇒ ::Float
Returns the value of attribute bandwidth_allocation.
-
#pacing_strategies ⇒ ::Array[Types::PacingStrategy]
Returns the value of attribute pacing_strategies.
Instance Attribute Details
#bandwidth_allocation ⇒ ::Float
Returns the value of attribute bandwidth_allocation.
551 552 553 |
# File 'sig/types.rbs', line 551 def bandwidth_allocation @bandwidth_allocation end |
#pacing_strategies ⇒ ::Array[Types::PacingStrategy]
Returns the value of attribute pacing_strategies.
552 553 554 |
# File 'sig/types.rbs', line 552 def pacing_strategies @pacing_strategies end |