Class: Aws::AutoScaling::Types::GetPredictiveScalingForecastAnswer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_forecastTypes::CapacityForecast

The capacity forecast.



3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3090

class GetPredictiveScalingForecastAnswer < Struct.new(
  :load_forecast,
  :capacity_forecast,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#load_forecastArray<Types::LoadForecast>

The load forecast.

Returns:



3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3090

class GetPredictiveScalingForecastAnswer < Struct.new(
  :load_forecast,
  :capacity_forecast,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the forecast was made.

Returns:

  • (Time)


3090
3091
3092
3093
3094
3095
3096
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3090

class GetPredictiveScalingForecastAnswer < Struct.new(
  :load_forecast,
  :capacity_forecast,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end