Class: Aws::Types::ArchiveStringExpression
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveStringExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::ArchiveStringToEvaluate
Returns the value of attribute evaluate.
-
#operator ⇒ "CONTAINS"
Returns the value of attribute operator.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#evaluate ⇒ Types::ArchiveStringToEvaluate
Returns the value of attribute evaluate.
122 123 124 |
# File 'sig/types.rbs', line 122 def evaluate @evaluate end |
#operator ⇒ "CONTAINS"
Returns the value of attribute operator.
123 124 125 |
# File 'sig/types.rbs', line 123 def operator @operator end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
124 125 126 |
# File 'sig/types.rbs', line 124 def values @values end |