SamplingStatisticsDocument
public struct SamplingStatisticsDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of requests recorded with borrowed reservoir quota.
Declaration
Swift
public let borrowCount: Int?
-
A unique identifier for the service in hexadecimal.
Declaration
Swift
public let clientID: String
-
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 current time.
Declaration
Swift
public let timestamp: TimeStamp
-
Undocumented
Declaration
Swift
public init(borrowCount: Int? = nil, clientID: String, requestCount: Int, ruleName: String, sampledCount: Int, timestamp: TimeStamp)
-
Declaration
Swift
public func validate(name: String) throws