Threshold
public struct Threshold : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of comparison. Only “less than” (LT) comparisons are supported.
Declaration
Swift
public let comparison: Comparison? -
The threshold value to compare.
Declaration
Swift
public let thresholdValue: Double? -
Undocumented
Declaration
Swift
public init(comparison: Comparison? = nil, thresholdValue: Double? = nil)
View on GitHub
Threshold Structure Reference