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.
275 276 277 |
# File 'sig/types.rbs', line 275 def action @action end |
#conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute conditions.
276 277 278 |
# File 'sig/types.rbs', line 276 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
274 275 276 |
# File 'sig/types.rbs', line 274 def description @description end |
#insert_position ⇒ ::Integer
Returns the value of attribute insert_position.
277 278 279 |
# File 'sig/types.rbs', line 277 def insert_position @insert_position end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def proxy_rule_name @proxy_rule_name end |