Class: Aws::Types::GreaterThanOrEqualToExpression
- Inherits:
-
Object
- Object
- Aws::Types::GreaterThanOrEqualToExpression
- 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.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def column_name @column_name end |
#value ⇒ ::String
Returns the value of attribute value.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def value @value end |