class Aws::AutoScaling::Types::GetPredictiveScalingForecastType

@note When making an API call, you may pass GetPredictiveScalingForecastType

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255", # required
      policy_name: "XmlStringMaxLen255", # required
      start_time: Time.now, # required
      end_time: Time.now, # required
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] policy_name

The name of the policy.
@return [String]

@!attribute [rw] start_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.
@return [Time]

@!attribute [rw] end_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.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/GetPredictiveScalingForecastType AWS API Documentation

Constants

SENSITIVE