Class: Aws::AutoScaling::Types::AdjustmentType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Describes a policy adjustment type.

For more information, see [Dynamic Scaling] in the *Amazon EC2 Auto Scaling User Guide*.

[1]: docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_typeString

The policy adjustment type. The valid values are ‘ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`.

Returns:

  • (String)


117
118
119
120
# File 'lib/aws-sdk-autoscaling/types.rb', line 117

class AdjustmentType < Struct.new(
  :adjustment_type)
  include Aws::Structure
end