MetricValue
public struct MetricValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The actual number that represents the metric.
Declaration
Swift
public let amount: String? -
The unit that the metric is given in.
Declaration
Swift
public let unit: String? -
Undocumented
Declaration
Swift
public init(amount: String? = nil, unit: String? = nil)
View on GitHub
MetricValue Structure Reference