Class: Aws::Types::CreateProxyRule
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
-
#conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute conditions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#insert_position ⇒ ::Integer
Returns the value of attribute insert_position.
-
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
280 281 282 |
# File 'sig/types.rbs', line 280 def action @action end |
#conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute conditions.
281 282 283 |
# File 'sig/types.rbs', line 281 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
279 280 281 |
# File 'sig/types.rbs', line 279 def description @description end |
#insert_position ⇒ ::Integer
Returns the value of attribute insert_position.
282 283 284 |
# File 'sig/types.rbs', line 282 def insert_position @insert_position end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
278 279 280 |
# File 'sig/types.rbs', line 278 def proxy_rule_name @proxy_rule_name end |