Method: Aws::AutoScaling::Types::AdjustmentType#adjustment_type
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
#adjustment_type ⇒ String
The policy adjustment type. The valid values are ‘ChangeInCapacity`, `ExactCapacity`, and `PercentChangeInCapacity`.
192 193 194 195 196 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 192 class AdjustmentType < Struct.new( :adjustment_type) SENSITIVE = [] include Aws::Structure end |