Class: Aws::Types::GetPredictiveScalingForecastResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_forecastTypes::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.

Returns:



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.

Returns:

  • (::Time)


151
152
153
# File 'sig/types.rbs', line 151

def update_time
  @update_time
end