AggregatedValue
public struct AggregatedValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The quality of the aggregated data.
Declaration
Swift
public let quality: Quality?
-
The date the aggregating computations occurred, in Unix epoch time.
Declaration
Swift
public let timestamp: TimeStamp
-
The value of the aggregates.
Declaration
Swift
public let value: Aggregates
-
Undocumented
Declaration
Swift
public init(quality: Quality? = nil, timestamp: TimeStamp, value: Aggregates)