You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScalingPlans::Types::ScalingPolicy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a scaling policy.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the scaling policy.

Returns:

  • (String)

    The name of the scaling policy.

#policy_typeString

The type of scaling policy.

Possible values:

  • TargetTrackingScaling

Returns:

  • (String)

    The type of scaling policy.

#target_tracking_configurationTypes::TargetTrackingConfiguration

The target tracking scaling policy. Includes support for predefined or customized metrics.

Returns: