Class: Aws::Types::DeleteItemInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteItemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#condition_expression ⇒ ::String
Returns the value of attribute condition_expression.
399 400 401 |
# File 'sig/types.rbs', line 399 def condition_expression @condition_expression end |
#conditional_operator ⇒ "AND", "OR"
Returns the value of attribute conditional_operator.
395 396 397 |
# File 'sig/types.rbs', line 395 def conditional_operator @conditional_operator end |
#expected ⇒ ::Hash[::String, Types::ExpectedAttributeValue]
Returns the value of attribute expected.
394 395 396 |
# File 'sig/types.rbs', line 394 def expected @expected end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
400 401 402 |
# File 'sig/types.rbs', line 400 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
401 402 403 |
# File 'sig/types.rbs', line 401 def expression_attribute_values @expression_attribute_values end |
#key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute key.
393 394 395 |
# File 'sig/types.rbs', line 393 def key @key end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
397 398 399 |
# File 'sig/types.rbs', line 397 def return_consumed_capacity @return_consumed_capacity end |
#return_item_collection_metrics ⇒ "SIZE", "NONE"
Returns the value of attribute return_item_collection_metrics.
398 399 400 |
# File 'sig/types.rbs', line 398 def return_item_collection_metrics @return_item_collection_metrics end |
#return_values ⇒ "NONE", ...
Returns the value of attribute return_values.
396 397 398 |
# File 'sig/types.rbs', line 396 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.
402 403 404 |
# File 'sig/types.rbs', line 402 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
392 393 394 |
# File 'sig/types.rbs', line 392 def table_name @table_name end |