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.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def insert_position @insert_position end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def proxy_rule_group_name @proxy_rule_group_name end |