Class: Aws::Types::LikeExpression
- Inherits:
-
Object
- Object
- Aws::Types::LikeExpression
- 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.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def column_name @column_name end |
#value ⇒ ::String
Returns the value of attribute value.
3721 3722 3723 |
# File 'sig/types.rbs', line 3721 def value @value end |