Class: Aws::Types::CreateProxyRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyRulesRequest
- 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 ⇒ Types::CreateProxyRulesByRequestPhase
Returns the value of attribute rules.
Instance Attribute Details
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
303 304 305 |
# File 'sig/types.rbs', line 303 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def proxy_rule_group_name @proxy_rule_group_name end |
#rules ⇒ Types::CreateProxyRulesByRequestPhase
Returns the value of attribute rules.
305 306 307 |
# File 'sig/types.rbs', line 305 def rules @rules end |