Class: Aws::Types::IndexingRuleValueUpdate
- Inherits:
-
Object
- Object
- Aws::Types::IndexingRuleValueUpdate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Probabilistic, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#probabilistic ⇒ Types::ProbabilisticRuleValueUpdate
Returns the value of attribute probabilistic.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#probabilistic ⇒ Types::ProbabilisticRuleValueUpdate
Returns the value of attribute probabilistic.
495 496 497 |
# File 'sig/types.rbs', line 495 def probabilistic @probabilistic end |
#unknown ⇒ Object
Returns the value of attribute unknown.
496 497 498 |
# File 'sig/types.rbs', line 496 def unknown @unknown end |