Class: Aws::AutoScaling::Types::GetPredictiveScalingForecastAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::GetPredictiveScalingForecastAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/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.
3086 3087 3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3086 class GetPredictiveScalingForecastAnswer < Struct.new( :load_forecast, :capacity_forecast, :update_time) SENSITIVE = [] include Aws::Structure end |
#load_forecast ⇒ Array<Types::LoadForecast>
The load forecast.
3086 3087 3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3086 class GetPredictiveScalingForecastAnswer < Struct.new( :load_forecast, :capacity_forecast, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the forecast was made.
3086 3087 3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3086 class GetPredictiveScalingForecastAnswer < Struct.new( :load_forecast, :capacity_forecast, :update_time) SENSITIVE = [] include Aws::Structure end |