Class: Aws::Types::NotInExpression
- Inherits:
-
Object
- Object
- Aws::Types::NotInExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def column_name @column_name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
4612 4613 4614 |
# File 'sig/types.rbs', line 4612 def values @values end |