You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::UpdateSamplingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UpdateSamplingRuleRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateSamplingRuleRequest as input to an Aws::Client method, you can use a vanilla 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",
},
},
}
Instance Attribute Summary collapse
-
#sampling_rule_update ⇒ Types::SamplingRuleUpdate
The rule and fields to change.
Instance Attribute Details
#sampling_rule_update ⇒ Types::SamplingRuleUpdate
The rule and fields to change.