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.

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 'lib/aws-sdk-autoscaling/types.rb', line 184

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