Class: Aws::Types::ProxyRuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRuleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
-
#condition_operator ⇒ ::String
Returns the value of attribute condition_operator.
-
#condition_values ⇒ ::Array[::String]
Returns the value of attribute condition_values.
Instance Attribute Details
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def condition_key @condition_key end |
#condition_operator ⇒ ::String
Returns the value of attribute condition_operator.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def condition_operator @condition_operator end |
#condition_values ⇒ ::Array[::String]
Returns the value of attribute condition_values.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def condition_values @condition_values end |