Class: Aws::Types::ConditionExpression
- Inherits:
-
Object
- Object
- Aws::Types::ConditionExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#target_column ⇒ ::String
Returns the value of attribute target_column.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#condition ⇒ ::String
Returns the value of attribute condition.
46 47 48 |
# File 'sig/types.rbs', line 46 def condition @condition end |
#target_column ⇒ ::String
Returns the value of attribute target_column.
48 49 50 |
# File 'sig/types.rbs', line 48 def target_column @target_column end |
#value ⇒ ::String
Returns the value of attribute value.
47 48 49 |
# File 'sig/types.rbs', line 47 def value @value end |