Class: Aws::AutoScaling::Types::AdjustmentType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AdjustmentType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Describes a policy adjustment type.
Constant Summary collapse
- SENSITIVE =
[]
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`.
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 |