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.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def action @action end |
#conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute conditions.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def conditions @conditions end |
#description ⇒ ::String
Returns the value of attribute description.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def description @description end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def proxy_rule_name @proxy_rule_name end |