HistoricalMetric
public struct HistoricalMetric : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the metric.
Declaration
Swift
public let name: HistoricalMetricName? -
The statistic for the metric.
Declaration
Swift
public let statistic: Statistic? -
The threshold for the metric, used with service level metrics.
Declaration
Swift
public let threshold: Threshold? -
The unit for the metric.
Declaration
Swift
public let unit: Unit? -
Undocumented
Declaration
Swift
public init(name: HistoricalMetricName? = nil, statistic: Statistic? = nil, threshold: Threshold? = nil, unit: Unit? = nil)
View on GitHub
HistoricalMetric Structure Reference