Class: Aws::Types::StatelessRule
- Inherits:
-
Object
- Object
- Aws::Types::StatelessRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_definition ⇒ Types::RuleDefinition
Returns the value of attribute rule_definition.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def priority @priority end |
#rule_definition ⇒ Types::RuleDefinition
Returns the value of attribute rule_definition.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def rule_definition @rule_definition end |