SamplingTargetDocument
public struct SamplingTargetDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The percentage of matching requests to instrument, after the reservoir is exhausted.
Declaration
Swift
public let fixedRate: Double?
-
The number of seconds for the service to wait before getting sampling targets again.
Declaration
Swift
public let interval: Int?
-
The number of requests per second that X-Ray allocated this service.
Declaration
Swift
public let reservoirQuota: Int?
-
When the reservoir quota expires.
Declaration
Swift
public let reservoirQuotaTTL: TimeStamp?
-
The name of the sampling rule.
Declaration
Swift
public let ruleName: String?
-
Undocumented
Declaration
Swift
public init(fixedRate: Double? = nil, interval: Int? = nil, reservoirQuota: Int? = nil, reservoirQuotaTTL: TimeStamp? = nil, ruleName: String? = nil)