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.
283 284 285 |
# File 'sig/types.rbs', line 283 def description @description end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
282 283 284 |
# File 'sig/types.rbs', line 282 def proxy_rule_group_name @proxy_rule_group_name end |
#rules ⇒ Types::ProxyRulesByRequestPhase
Returns the value of attribute rules.
284 285 286 |
# File 'sig/types.rbs', line 284 def rules @rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
285 286 287 |
# File 'sig/types.rbs', line 285 def @tags end |