CurrentMetric
public struct CurrentMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the metric.
Declaration
Swift
public let name: CurrentMetricName? -
The unit for the metric.
Declaration
Swift
public let unit: Unit? -
Undocumented
Declaration
Swift
public init(name: CurrentMetricName? = nil, unit: Unit? = nil)
View on GitHub
CurrentMetric Structure Reference