Class: Aws::Types::ManagedRuleState
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
728 729 730 |
# File 'sig/types.rbs', line 728 def rule_name @rule_name end |
#state ⇒ ::String
Returns the value of attribute state.
729 730 731 |
# File 'sig/types.rbs', line 729 def state @state end |