Class: Aws::Types::LessThanOrEqualToExpression
- Inherits:
-
Object
- Object
- Aws::Types::LessThanOrEqualToExpression
- 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.
3714 3715 3716 |
# File 'sig/types.rbs', line 3714 def column_name @column_name end |
#value ⇒ ::String
Returns the value of attribute value.
3715 3716 3717 |
# File 'sig/types.rbs', line 3715 def value @value end |