Class: Aws::Types::AWSManagedRulesBotControlRuleSet
- Inherits:
-
Object
- Object
- Aws::Types::AWSManagedRulesBotControlRuleSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_machine_learning ⇒ Boolean
Returns the value of attribute enable_machine_learning.
-
#inspection_level ⇒ "COMMON", "TARGETED"
Returns the value of attribute inspection_level.
Instance Attribute Details
#enable_machine_learning ⇒ Boolean
Returns the value of attribute enable_machine_learning.
44 45 46 |
# File 'sig/types.rbs', line 44 def enable_machine_learning @enable_machine_learning end |
#inspection_level ⇒ "COMMON", "TARGETED"
Returns the value of attribute inspection_level.
43 44 45 |
# File 'sig/types.rbs', line 43 def inspection_level @inspection_level end |