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.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def priority @priority end |
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def proxy_rule_group_name @proxy_rule_group_name end |
#type ⇒ ::String
Returns the value of attribute type.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def type @type end |