class Aws::XRay::Types::UpdateSamplingRuleRequest

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

data as a hash:

    {
      sampling_rule_update: { # required
        rule_name: "RuleName",
        rule_arn: "String",
        resource_arn: "ResourceARN",
        priority: 1,
        fixed_rate: 1.0,
        reservoir_size: 1,
        host: "Host",
        service_name: "ServiceName",
        service_type: "ServiceType",
        http_method: "HTTPMethod",
        url_path: "URLPath",
        attributes: {
          "AttributeKey" => "AttributeValue",
        },
      },
    }

@!attribute [rw] sampling_rule_update

The rule and fields to change.
@return [Types::SamplingRuleUpdate]

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

Constants

SENSITIVE