Class: Aws::Types::LessThanExpression
- Inherits:
-
Object
- Object
- Aws::Types::LessThanExpression
- 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.
3708 3709 3710 |
# File 'sig/types.rbs', line 3708 def column_name @column_name end |
#value ⇒ ::String
Returns the value of attribute value.
3709 3710 3711 |
# File 'sig/types.rbs', line 3709 def value @value end |