Class: Aws::Types::GetPredictiveScalingForecastAnswer

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.



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.

Returns:



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.

Returns:

  • (::Time)


709
710
711
# File 'sig/types.rbs', line 709

def update_time
  @update_time
end