MetricValue
public struct MetricValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
Declaration
Swift
public let cidrs: [String]? -
If the comparisonOperator calls for a numeric value, use this to specify that numeric value to be compared with the metric.
Declaration
Swift
public let count: Int64? -
If the comparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.
Declaration
Swift
public let ports: [Int]? -
Undocumented
Declaration
Swift
public init(cidrs: [String]? = nil, count: Int64? = nil, ports: [Int]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
MetricValue Structure Reference