SummarizedCounter
public struct SummarizedCounter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The average value of the counter for a specified time period.
Declaration
Swift
public let average: Double? -
The maximum value of the counter for a specified time period.
Declaration
Swift
public let max: Double? -
The number of counters for a specified time period.
Declaration
Swift
public let n: Int? -
The counter name.
Declaration
Swift
public let name: String? -
The total of counter values for a specified time period.
Declaration
Swift
public let sum: Double? -
The unit of the counters.
Declaration
Swift
public let unit: String? -
Undocumented
Declaration
Swift
public init(average: Double? = nil, max: Double? = nil, n: Int? = nil, name: String? = nil, sum: Double? = nil, unit: String? = nil)
View on GitHub
SummarizedCounter Structure Reference