Click or drag to resize

GetSamplingTargetsResponse Class

Class for keep last rule modification timestamp and list of sampling targets from x-ray backend.
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Core.SamplingGetSamplingTargetsResponse

Namespace:  Amazon.XRay.Recorder.Core.Sampling
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public class GetSamplingTargetsResponse

The GetSamplingTargetsResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetSamplingTargetsResponse
Instance of GetSamplingTargetsResponse.
Top
Properties
  NameDescription
Public propertyRuleFreshness
Sets Last rule modification timestamp returned by the GetSamplingTargets() API call.
Public propertyTargets
List of Target.
Top
See Also