Class: Aws::Types::RuleConfig
- Inherits:
-
Object
- Object
- Aws::Types::RuleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inverted ⇒ Boolean
Returns the value of attribute inverted.
-
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
-
#type ⇒ "ATLEAST", ...
Returns the value of attribute type.
Instance Attribute Details
#inverted ⇒ Boolean
Returns the value of attribute inverted.
342 343 344 |
# File 'sig/types.rbs', line 342 def inverted @inverted end |
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
343 344 345 |
# File 'sig/types.rbs', line 343 def threshold @threshold end |
#type ⇒ "ATLEAST", ...
Returns the value of attribute type.
344 345 346 |
# File 'sig/types.rbs', line 344 def type @type end |