You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AutoScaling::Types::AdjustmentType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AdjustmentType
- Defined in:
- (unknown)
Overview
Describes a policy adjustment type.
Instance Attribute Summary collapse
-
#adjustment_type ⇒ String
The policy adjustment type.
Instance Attribute Details
#adjustment_type ⇒ String
The policy adjustment type. The valid values are ChangeInCapacity
,
ExactCapacity
, and PercentChangeInCapacity
.