Class: Aws::Types::Update
- Inherits:
-
Object
- Object
- Aws::Types::Update
- 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.
-
#update_expression ⇒ ::String
Returns the value of attribute update_expression.
Instance Attribute Details
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def condition_expression @condition_expression end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def expression_attribute_values @expression_attribute_values end |
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def key @key end |
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def table_name @table_name end |
#update_expression ⇒ ::String
Returns the value of attribute update_expression.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def update_expression @update_expression end |