Class: Aws::Types::ConditionCheck
- Inherits:
-
Object
- Object
- Aws::Types::ConditionCheck
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
-
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
-
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
-
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
-
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
222 223 224 |
# File 'sig/types.rbs', line 222 def condition_expression @condition_expression end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
223 224 225 |
# File 'sig/types.rbs', line 223 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
224 225 226 |
# File 'sig/types.rbs', line 224 def expression_attribute_values @expression_attribute_values end |
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
220 221 222 |
# File 'sig/types.rbs', line 220 def key @key end |
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
225 226 227 |
# File 'sig/types.rbs', line 225 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def table_name @table_name end |