Class: Aws::Types::ProxyConfigRuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::ProxyConfigRuleGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#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.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def priority @priority end |
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def proxy_rule_group_name @proxy_rule_group_name end |
#type ⇒ ::String
Returns the value of attribute type.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def type @type end |