Class: Aws::ApplicationAutoScaling::Types::GetPredictiveScalingForecastResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::GetPredictiveScalingForecastResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_forecast ⇒ Types::CapacityForecast
The capacity forecast.
-
#load_forecast ⇒ Array<Types::LoadForecast>
The load forecast.
-
#update_time ⇒ Time
The time the forecast was made.
Instance Attribute Details
#capacity_forecast ⇒ Types::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_forecast ⇒ Array<Types::LoadForecast>
The load 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 |
#update_time ⇒ Time
The time the forecast was made.
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 |