Class: Aws::Types::RulePriorityPair
- Inherits:
-
Object
- Object
- Aws::Types::RulePriorityPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
986 987 988 |
# File 'sig/types.rbs', line 986 def priority @priority end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
985 986 987 |
# File 'sig/types.rbs', line 985 def rule_arn @rule_arn end |