Class: Aws::Types::CreateProxyRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
-
#rules ⇒ Types::ProxyRulesByRequestPhase
Returns the value of attribute rules.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
288 289 290 |
# File 'sig/types.rbs', line 288 def description @description end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
287 288 289 |
# File 'sig/types.rbs', line 287 def proxy_rule_group_name @proxy_rule_group_name end |
#rules ⇒ Types::ProxyRulesByRequestPhase
Returns the value of attribute rules.
289 290 291 |
# File 'sig/types.rbs', line 289 def rules @rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
290 291 292 |
# File 'sig/types.rbs', line 290 def @tags end |