Class: Aws::AutoScaling::Types::GetPredictiveScalingForecastType

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

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3093

class GetPredictiveScalingForecastType < Struct.new(
  :auto_scaling_group_name,
  :policy_name,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

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.

Returns:

  • (Time)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3093

class GetPredictiveScalingForecastType < Struct.new(
  :auto_scaling_group_name,
  :policy_name,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The name of the policy.

Returns:

  • (String)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3093

class GetPredictiveScalingForecastType < Struct.new(
  :auto_scaling_group_name,
  :policy_name,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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.

Returns:

  • (Time)


3093
3094
3095
3096
3097
3098
3099
3100
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3093

class GetPredictiveScalingForecastType < Struct.new(
  :auto_scaling_group_name,
  :policy_name,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end