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.



714
715
716
# File 'sig/types.rbs', line 714

def capacity_forecast
  @capacity_forecast
end

#load_forecast::Array[Types::LoadForecast]

Returns the value of attribute load_forecast.

Returns:



713
714
715
# File 'sig/types.rbs', line 713

def load_forecast
  @load_forecast
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


715
716
717
# File 'sig/types.rbs', line 715

def update_time
  @update_time
end