MetricDimension
public struct MetricDimension : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The operator to use when comparing metric values. Valid values are: GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, and EQUAL.
Declaration
Swift
public let comparisonOperator: String
-
The value to compare.
Declaration
Swift
public let value: Double
-
Undocumented
Declaration
Swift
public init(comparisonOperator: String, value: Double)