Class: Aws::XRay::Types::ProbabilisticRuleValueUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ProbabilisticRuleValueUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Update to the indexing rule configuration for probabilistic sampling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_sampling_percentage ⇒ Float
Configured sampling percentage of traceIds.
Instance Attribute Details
#desired_sampling_percentage ⇒ Float
Configured sampling percentage of traceIds. Note that sampling can be subject to limits to ensure completeness of data.
2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-xray/types.rb', line 2238 class ProbabilisticRuleValueUpdate < Struct.new( :desired_sampling_percentage) SENSITIVE = [] include Aws::Structure end |