Class: Aws::Types::NotLikeExpression
- Inherits:
-
Object
- Object
- Aws::Types::NotLikeExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def column_name @column_name end |
#value ⇒ ::String
Returns the value of attribute value.
4618 4619 4620 |
# File 'sig/types.rbs', line 4618 def value @value end |