Class: Aws::Types::IndexingRuleValue
- Inherits:
-
Object
- Object
- Aws::Types::IndexingRuleValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Probabilistic, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#probabilistic ⇒ Types::ProbabilisticRuleValue
Returns the value of attribute probabilistic.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#probabilistic ⇒ Types::ProbabilisticRuleValue
Returns the value of attribute probabilistic.
484 485 486 |
# File 'sig/types.rbs', line 484 def probabilistic @probabilistic end |
#unknown ⇒ Object
Returns the value of attribute unknown.
485 486 487 |
# File 'sig/types.rbs', line 485 def unknown @unknown end |