Class: Aws::Types::DeleteProxyRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProxyRuleGroupResponse
- 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.
459 460 461 |
# File 'sig/types.rbs', line 459 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
458 459 460 |
# File 'sig/types.rbs', line 458 def proxy_rule_group_name @proxy_rule_group_name end |