Class: Aws::Types::DescribeProxyRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyRuleRequest
- 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.
-
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
Instance Attribute Details
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
674 675 676 |
# File 'sig/types.rbs', line 674 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
673 674 675 |
# File 'sig/types.rbs', line 673 def proxy_rule_group_name @proxy_rule_group_name end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
672 673 674 |
# File 'sig/types.rbs', line 672 def proxy_rule_name @proxy_rule_name end |