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.
669 670 671 |
# File 'sig/types.rbs', line 669 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
668 669 670 |
# File 'sig/types.rbs', line 668 def proxy_rule_group_name @proxy_rule_group_name end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
667 668 669 |
# File 'sig/types.rbs', line 667 def proxy_rule_name @proxy_rule_name end |