GetSamplingTargetsResult
public struct GetSamplingTargetsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
Declaration
Swift
public let lastRuleModification: TimeStamp?
-
Updated rules that the service should use to sample requests.
Declaration
Swift
public let samplingTargetDocuments: [SamplingTargetDocument]?
-
Information about SamplingStatisticsDocument that X-Ray could not process.
Declaration
Swift
public let unprocessedStatistics: [UnprocessedStatistics]?
-
Undocumented
Declaration
Swift
public init(lastRuleModification: TimeStamp? = nil, samplingTargetDocuments: [SamplingTargetDocument]? = nil, unprocessedStatistics: [UnprocessedStatistics]? = nil)