Class: Aws::AutoScaling::Types::GetPredictiveScalingForecastType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::GetPredictiveScalingForecastType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#end_time ⇒ Time
The exclusive end time of the time range for the forecast data to get.
-
#policy_name ⇒ String
The name of the policy.
-
#start_time ⇒ Time
The inclusive start time of the time range for the forecast data to get.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3358 class GetPredictiveScalingForecastType < Struct.new( :auto_scaling_group_name, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.
Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.
3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3358 class GetPredictiveScalingForecastType < Struct.new( :auto_scaling_group_name, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3358 class GetPredictiveScalingForecastType < Struct.new( :auto_scaling_group_name, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time.
3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 3358 class GetPredictiveScalingForecastType < Struct.new( :auto_scaling_group_name, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |