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