Scale

public struct Scale : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unit of measure for the scale value.

    Declaration

    Swift

    public let unit: ScaleUnit?
  • The value, specified as a percent total of a service’s desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.

    Declaration

    Swift

    public let value: Double?
  • Undocumented

    Declaration

    Swift

    public init(unit: ScaleUnit? = nil, value: Double? = nil)