InsightRuleContributorDatapoint
public struct InsightRuleContributorDatapoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The approximate value that this contributor added during this timestamp.
Declaration
Swift
public let approximateValue: Double
-
The timestamp of the data point.
Declaration
Swift
public let timestamp: TimeStamp
-
Undocumented
Declaration
Swift
public init(approximateValue: Double, timestamp: TimeStamp)