DataPoint
public struct DataPoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time, in epoch format, associated with a particular Value.
Declaration
Swift
public let timestamp: TimeStamp
-
The actual value associated with a particular Timestamp.
Declaration
Swift
public let value: Double
-
Undocumented
Declaration
Swift
public init(timestamp: TimeStamp, value: Double)