Class: Aws::Types::HistoricalOptions
- Inherits:
-
Object
- Object
- Aws::Types::HistoricalOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budget_adjustment_period ⇒ ::Integer
Returns the value of attribute budget_adjustment_period.
-
#look_back_available_periods ⇒ ::Integer
Returns the value of attribute look_back_available_periods.
Instance Attribute Details
#budget_adjustment_period ⇒ ::Integer
Returns the value of attribute budget_adjustment_period.
436 437 438 |
# File 'sig/types.rbs', line 436 def budget_adjustment_period @budget_adjustment_period end |
#look_back_available_periods ⇒ ::Integer
Returns the value of attribute look_back_available_periods.
437 438 439 |
# File 'sig/types.rbs', line 437 def look_back_available_periods @look_back_available_periods end |