Class: Aws::AutoScalingPlans::Types::GetScalingPlanResourceForecastDataRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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 seven 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. AWS Auto Scaling only issues forecasts for periods of two days in advance.

Returns:

  • (Time)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_data_typeString

The type of forecast data to get.

  • LoadForecast: The load metric forecast.

  • CapacityForecast: The capacity forecast.

  • ScheduledActionMinCapacity: The minimum capacity for each scheduled scaling action. This data is calculated as the larger of two values: the capacity forecast or the minimum capacity in the scaling instruction.

  • ScheduledActionMaxCapacity: The maximum capacity for each scheduled scaling action. The calculation used is determined by the predictive scaling maximum capacity behavior setting in the scaling instruction.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource. This string consists of a prefix (autoScalingGroup) followed by the name of a specified Auto Scaling group (my-asg). Example: autoScalingGroup/my-asg.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#scalable_dimensionString

The scalable dimension for the resource. The only valid value is autoscaling:autoScalingGroup:DesiredCapacity.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_plan_nameString

The name of the scaling plan.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_plan_versionInteger

The version number of the scaling plan. Currently, the only valid value is 1.

Returns:

  • (Integer)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_namespaceString

The namespace of the AWS service. The only valid value is autoscaling.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :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. The date and time can be at most 56 days before the current date and time.

Returns:

  • (Time)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 442

class GetScalingPlanResourceForecastDataRequest < Struct.new(
  :scaling_plan_name,
  :scaling_plan_version,
  :service_namespace,
  :resource_id,
  :scalable_dimension,
  :forecast_data_type,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end