Class: Aws::Types::UpdateItemInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateItemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_updates ⇒ ::Hash[::String, Types::AttributeValueUpdate]
Returns the value of attribute attribute_updates.
-
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
-
#conditional_operator ⇒ "AND", "OR"
Returns the value of attribute conditional_operator.
-
#expected ⇒ ::Hash[::String, Types::ExpectedAttributeValue]
Returns the value of attribute expected.
-
#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_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#return_item_collection_metrics ⇒ "SIZE", "NONE"
Returns the value of attribute return_item_collection_metrics.
-
#return_values ⇒ "NONE", ...
Returns the value of attribute return_values.
-
#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
#attribute_updates ⇒ ::Hash[::String, Types::AttributeValueUpdate]
Returns the value of attribute attribute_updates.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def attribute_updates @attribute_updates end |
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def condition_expression @condition_expression end |
#conditional_operator ⇒ "AND", "OR"
Returns the value of attribute conditional_operator.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def conditional_operator @conditional_operator end |
#expected ⇒ ::Hash[::String, Types::ExpectedAttributeValue]
Returns the value of attribute expected.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def expected @expected end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def expression_attribute_values @expression_attribute_values end |
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def key @key end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def return_consumed_capacity @return_consumed_capacity end |
#return_item_collection_metrics ⇒ "SIZE", "NONE"
Returns the value of attribute return_item_collection_metrics.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def return_item_collection_metrics @return_item_collection_metrics end |
#return_values ⇒ "NONE", ...
Returns the value of attribute return_values.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def return_values @return_values end |
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def table_name @table_name end |
#update_expression ⇒ ::String
Returns the value of attribute update_expression.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def update_expression @update_expression end |