MetricData
public struct MetricData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the metric.
Declaration
Swift
public let metricName: String?
-
The date and time that the algorithm emitted the metric.
Declaration
Swift
public let timestamp: TimeStamp?
-
The value of the metric.
Declaration
Swift
public let value: Float?
-
Undocumented
Declaration
Swift
public init(metricName: String? = nil, timestamp: TimeStamp? = nil, value: Float? = nil)