Class: Aws::Types::AwsWafRegionalWebAclRulesListDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalWebAclRulesListDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafRegionalWebAclRulesListActionDetails
Returns the value of attribute action.
-
#override_action ⇒ Types::AwsWafRegionalWebAclRulesListOverrideActionDetails
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::AwsWafRegionalWebAclRulesListActionDetails
Returns the value of attribute action.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 def action @action end |
#override_action ⇒ Types::AwsWafRegionalWebAclRulesListOverrideActionDetails
Returns the value of attribute override_action.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def override_action @override_action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def priority @priority end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4545 4546 4547 |
# File 'sig/types.rbs', line 4545 def rule_id @rule_id end |
#type ⇒ ::String
Returns the value of attribute type.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def type @type end |