Class: Aws::Types::ActivatedRule
- Inherits:
-
Object
- Object
- Aws::Types::ActivatedRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::WafAction
Returns the value of attribute action.
-
#excluded_rules ⇒ ::Array[Types::ExcludedRule]
Returns the value of attribute excluded_rules.
-
#override_action ⇒ Types::WafOverrideAction
Returns the value of attribute override_action.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#type ⇒ "REGULAR", ...
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ Types::WafAction
Returns the value of attribute action.
14 15 16 |
# File 'sig/types.rbs', line 14 def action @action end |
#excluded_rules ⇒ ::Array[Types::ExcludedRule]
Returns the value of attribute excluded_rules.
17 18 19 |
# File 'sig/types.rbs', line 17 def excluded_rules @excluded_rules end |
#override_action ⇒ Types::WafOverrideAction
Returns the value of attribute override_action.
15 16 17 |
# File 'sig/types.rbs', line 15 def override_action @override_action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
12 13 14 |
# File 'sig/types.rbs', line 12 def priority @priority end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def rule_id @rule_id end |
#type ⇒ "REGULAR", ...
Returns the value of attribute type.
16 17 18 |
# File 'sig/types.rbs', line 16 def type @type end |