AdjustmentType

public struct AdjustmentType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.

    Declaration

    Swift

    public let adjustmentType: String?
  • Undocumented

    Declaration

    Swift

    public init(adjustmentType: String? = nil)