AWS SDK for .NET Documentation
AdjustmentType Class
AmazonAmazon.AutoScaling.ModelAdjustmentType Did this page help you?   Yes   No    Tell us about it...

Specifies whether the PutScalingPolicy ScalingAdjustment parameter is an absolute number or a percentage of the current capacity.

Declaration Syntax
C#
public class AdjustmentType
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AdjustmentType()()()()
Initializes a new instance of the AdjustmentType class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Name
A policy adjustment type. Valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

Constraints:

Length
1 - 255
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithName(String) Obsolete.
Sets the Name property

Inheritance Hierarchy
Object
AdjustmentType

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)