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

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

Overview

Describes a policy adjustment type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_typeString

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

Returns:

  • (String)


184
185
186
187
188
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 184

class AdjustmentType < Struct.new(
  :adjustment_type)
  SENSITIVE = []
  include Aws::Structure
end