Class: Aws::Types::DescribeProxyRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyRuleGroupRequest
- 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.
656 657 658 |
# File 'sig/types.rbs', line 656 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
655 656 657 |
# File 'sig/types.rbs', line 655 def proxy_rule_group_name @proxy_rule_group_name end |