Class: Aws::Types::ProxyRuleGroupPriority
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRuleGroupPriority
- 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_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
Instance Attribute Details
#new_position ⇒ ::Integer
Returns the value of attribute new_position.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def new_position @new_position end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def proxy_rule_group_name @proxy_rule_group_name end |