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.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def condition @condition end |
#target_column ⇒ ::String
Returns the value of attribute target_column.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def target_column @target_column end |
#value ⇒ ::String
Returns the value of attribute value.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def value @value end |