Class: Aws::Types::ProbabilisticRuleValue
- Inherits:
-
Object
- Object
- Aws::Types::ProbabilisticRuleValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_sampling_percentage ⇒ ::Float
Returns the value of attribute actual_sampling_percentage.
-
#desired_sampling_percentage ⇒ ::Float
Returns the value of attribute desired_sampling_percentage.
Instance Attribute Details
#actual_sampling_percentage ⇒ ::Float
Returns the value of attribute actual_sampling_percentage.
643 644 645 |
# File 'sig/types.rbs', line 643 def actual_sampling_percentage @actual_sampling_percentage end |
#desired_sampling_percentage ⇒ ::Float
Returns the value of attribute desired_sampling_percentage.
642 643 644 |
# File 'sig/types.rbs', line 642 def desired_sampling_percentage @desired_sampling_percentage end |