Class: Aws::Types::AwsWafRegionalRuleGroupRulesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalRuleGroupRulesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafRegionalRuleGroupRulesActionDetails
Returns the value of attribute 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::AwsWafRegionalRuleGroupRulesActionDetails
Returns the value of attribute action.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def action @action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4514 4515 4516 |
# File 'sig/types.rbs', line 4514 def priority @priority end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def rule_id @rule_id end |
#type ⇒ ::String
Returns the value of attribute type.
4516 4517 4518 |
# File 'sig/types.rbs', line 4516 def type @type end |