Class: Aws::Types::PutItemInput
- Inherits:
-
Object
- Object
- Aws::Types::PutItemInput
- 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.
-
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
-
#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.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def condition_expression @condition_expression end |
#conditional_operator ⇒ "AND", "OR"
Returns the value of attribute conditional_operator.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def conditional_operator @conditional_operator end |
#expected ⇒ ::Hash[::String, Types::ExpectedAttributeValue]
Returns the value of attribute expected.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def expected @expected end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def expression_attribute_values @expression_attribute_values end |
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def item @item end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def return_consumed_capacity @return_consumed_capacity end |
#return_item_collection_metrics ⇒ "SIZE", "NONE"
Returns the value of attribute return_item_collection_metrics.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def return_item_collection_metrics @return_item_collection_metrics end |
#return_values ⇒ "NONE", ...
Returns the value of attribute return_values.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 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.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def table_name @table_name end |