Class: Aws::Types::RuleStringExpression
- Inherits:
-
Object
- Object
- Aws::Types::RuleStringExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::RuleStringToEvaluate
Returns the value of attribute evaluate.
-
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#evaluate ⇒ Types::RuleStringToEvaluate
Returns the value of attribute evaluate.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def evaluate @evaluate end |
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def operator @operator end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def values @values end |