Class: Aws::Types::GetPredictiveScalingForecastAnswer
- Inherits:
-
Object
- Object
- Aws::Types::GetPredictiveScalingForecastAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_forecast ⇒ Types::CapacityForecast
Returns the value of attribute capacity_forecast.
-
#load_forecast ⇒ ::Array[Types::LoadForecast]
Returns the value of attribute load_forecast.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#capacity_forecast ⇒ Types::CapacityForecast
Returns the value of attribute capacity_forecast.
708 709 710 |
# File 'sig/types.rbs', line 708 def capacity_forecast @capacity_forecast end |
#load_forecast ⇒ ::Array[Types::LoadForecast]
Returns the value of attribute load_forecast.
707 708 709 |
# File 'sig/types.rbs', line 707 def load_forecast @load_forecast end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
709 710 711 |
# File 'sig/types.rbs', line 709 def update_time @update_time end |