Method: Aws::AutoScaling::Types::AdjustmentType#adjustment_type

Defined in:
lib/aws-sdk-autoscaling/types.rb

#adjustment_typeString

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

Returns:

  • (String)


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