Class: Aws::ApplicationAutoScaling::Types::GetPredictiveScalingForecastResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationautoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_forecastTypes::CapacityForecast

The capacity forecast.



1670
1671
1672
1673
1674
1675
1676
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1670

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

#load_forecastArray<Types::LoadForecast>

The load forecast.

Returns:



1670
1671
1672
1673
1674
1675
1676
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1670

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

#update_timeTime

The time the forecast was made.

Returns:

  • (Time)


1670
1671
1672
1673
1674
1675
1676
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1670

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