Class: Aws::Types::Put
- Inherits:
-
Object
- Object
- Aws::Types::Put
- 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.
-
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
-
#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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def condition_expression @condition_expression end |
#expression_attribute_names ⇒ ::Hash[::String, ::String]
Returns the value of attribute expression_attribute_names.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def expression_attribute_names @expression_attribute_names end |
#expression_attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute expression_attribute_values.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def expression_attribute_values @expression_attribute_values end |
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def item @item end |
#return_values_on_condition_check_failure ⇒ "ALL_OLD", "NONE"
Returns the value of attribute return_values_on_condition_check_failure.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def return_values_on_condition_check_failure @return_values_on_condition_check_failure end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def table_name @table_name end |