Class: Aws::Types::ProxyRule
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRule
- 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.
-
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def action @action end |
#conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute conditions.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def description @description end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def proxy_rule_name @proxy_rule_name end |