Datapoint
public struct Datapoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time stamp for the data point in UTC format.
Declaration
Swift
public let timestamp: TimeStamp? -
The value of the data point.
Declaration
Swift
public let value: Double? -
Undocumented
Declaration
Swift
public init(timestamp: TimeStamp? = nil, value: Double? = nil)
View on GitHub
Datapoint Structure Reference