class Aws::XRay::Types::SamplingStrategy

The name and value of a sampling rule to apply to a trace summary.

@note When making an API call, you may pass SamplingStrategy

data as a hash:

    {
      name: "PartialScan", # accepts PartialScan, FixedRate
      value: 1.0,
    }

@!attribute [rw] name

The name of a sampling rule.
@return [String]

@!attribute [rw] value

The value of a sampling rule.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/SamplingStrategy AWS API Documentation

Constants

SENSITIVE