Class: Aws::Types::GetPredictiveScalingForecastResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPredictiveScalingForecastResponse
- 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.
150 151 152 |
# File 'sig/types.rbs', line 150 def capacity_forecast @capacity_forecast end |
#load_forecast ⇒ ::Array[Types::LoadForecast]
Returns the value of attribute load_forecast.
149 150 151 |
# File 'sig/types.rbs', line 149 def load_forecast @load_forecast end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
151 152 153 |
# File 'sig/types.rbs', line 151 def update_time @update_time end |