SamplingStatisticSummary
public struct SamplingStatisticSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of requests recorded with borrowed reservoir quota.
Declaration
Swift
public let borrowCount: Int? -
The number of requests that matched the rule.
Declaration
Swift
public let requestCount: Int? -
The name of the sampling rule.
Declaration
Swift
public let ruleName: String? -
The number of requests recorded.
Declaration
Swift
public let sampledCount: Int? -
The start time of the reporting window.
Declaration
Swift
public let timestamp: TimeStamp? -
Undocumented
Declaration
Swift
public init(borrowCount: Int? = nil, requestCount: Int? = nil, ruleName: String? = nil, sampledCount: Int? = nil, timestamp: TimeStamp? = nil)
View on GitHub
SamplingStatisticSummary Structure Reference