Class: Aws::Types::ProxyRuleGroupAttachment
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRuleGroupAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#insert_position ⇒ ::Integer
Returns the value of attribute insert_position.
-
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
Instance Attribute Details
#insert_position ⇒ ::Integer
Returns the value of attribute insert_position.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def insert_position @insert_position end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def proxy_rule_group_name @proxy_rule_group_name end |