Class: Aws::Types::DeleteProxyRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProxyRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
-
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
Instance Attribute Details
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
448 449 450 |
# File 'sig/types.rbs', line 448 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def proxy_rule_group_name @proxy_rule_group_name end |