Class: Aws::Types::AwsWafWebAclRule
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafWebAclRule
- 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::WafExcludedRule]
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 ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ Types::WafAction
Returns the value of attribute action.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def action @action end |
#excluded_rules ⇒ ::Array[Types::WafExcludedRule]
Returns the value of attribute excluded_rules.
4601 4602 4603 |
# File 'sig/types.rbs', line 4601 def excluded_rules @excluded_rules end |
#override_action ⇒ Types::WafOverrideAction
Returns the value of attribute override_action.
4602 4603 4604 |
# File 'sig/types.rbs', line 4602 def override_action @override_action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4603 4604 4605 |
# File 'sig/types.rbs', line 4603 def priority @priority end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4604 4605 4606 |
# File 'sig/types.rbs', line 4604 def rule_id @rule_id end |
#type ⇒ ::String
Returns the value of attribute type.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def type @type end |