Class: Aws::Types::RuleGroupSourceStatelessRulesDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatelessRulesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_definition ⇒ Types::RuleGroupSourceStatelessRuleDefinition
Returns the value of attribute rule_definition.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
7464 7465 7466 |
# File 'sig/types.rbs', line 7464 def priority @priority end |
#rule_definition ⇒ Types::RuleGroupSourceStatelessRuleDefinition
Returns the value of attribute rule_definition.
7465 7466 7467 |
# File 'sig/types.rbs', line 7465 def rule_definition @rule_definition end |