Class: Aws::Types::DeleteProxyRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProxyRulesRequest
- 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.
-
#rules ⇒ ::Array[::String]
Returns the value of attribute rules.
Instance Attribute Details
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
465 466 467 |
# File 'sig/types.rbs', line 465 def proxy_rule_group_name @proxy_rule_group_name end |
#rules ⇒ ::Array[::String]
Returns the value of attribute rules.
466 467 468 |
# File 'sig/types.rbs', line 466 def rules @rules end |