CurrentMetricData
public struct CurrentMetricData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the metric.
Declaration
Swift
public let metric: CurrentMetric? -
The value of the metric.
Declaration
Swift
public let value: Double? -
Undocumented
Declaration
Swift
public init(metric: CurrentMetric? = nil, value: Double? = nil)
View on GitHub
CurrentMetricData Structure Reference