Class: Aws::Types::ProxyRulePriority
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRulePriority
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_position ⇒ ::Integer
Returns the value of attribute new_position.
-
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
Instance Attribute Details
#new_position ⇒ ::Integer
Returns the value of attribute new_position.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def new_position @new_position end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def proxy_rule_name @proxy_rule_name end |