Class: Aws::Types::AwsWafRuleGroupRulesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRuleGroupRulesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafRuleGroupRulesActionDetails
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::AwsWafRuleGroupRulesActionDetails
Returns the value of attribute action.
4577 4578 4579 |
# File 'sig/types.rbs', line 4577 def action @action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4578 4579 4580 |
# File 'sig/types.rbs', line 4578 def priority @priority end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
4579 4580 4581 |
# File 'sig/types.rbs', line 4579 def rule_id @rule_id end |
#type ⇒ ::String
Returns the value of attribute type.
4580 4581 4582 |
# File 'sig/types.rbs', line 4580 def type @type end |