AWSAutoScalingAdjustmentType
Objective-C
@interface AWSAutoScalingAdjustmentType
Swift
class AWSAutoScalingAdjustmentType
Describes a policy adjustment type.
-
The policy adjustment type. The valid values are
ChangeInCapacity
,ExactCapacity
, andPercentChangeInCapacity
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable adjustmentType;
Swift
var adjustmentType: String? { get set }