HistogramEntry
public struct HistogramEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The prevalence of the entry.
Declaration
Swift
public let count: Int? -
The value of the entry.
Declaration
Swift
public let value: Double? -
Undocumented
Declaration
Swift
public init(count: Int? = nil, value: Double? = nil)
View on GitHub
HistogramEntry Structure Reference