Class: Aws::Types::IndexingRuleValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Probabilistic, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#probabilisticTypes::ProbabilisticRuleValue

Returns the value of attribute probabilistic.



484
485
486
# File 'sig/types.rbs', line 484

def probabilistic
  @probabilistic
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


485
486
487
# File 'sig/types.rbs', line 485

def unknown
  @unknown
end