MetricKeyDataPoints
public struct MetricKeyDataPoints : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of timestamp-value pairs, representing measurements over a period of time.
Declaration
Swift
public let dataPoints: [DataPoint]?
-
The dimension(s) to which the data points apply.
Declaration
Swift
public let key: ResponseResourceMetricKey?
-
Undocumented
Declaration
Swift
public init(dataPoints: [DataPoint]? = nil, key: ResponseResourceMetricKey? = nil)