class Aws::DynamoDB::Types::Put
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/Put AWS API Documentation
@return [String]
and ALL_OLD.
‘ReturnValuesOnConditionCheckFailure`, the valid values are: NONE
if the `Put` condition fails. For
Use `ReturnValuesOnConditionCheckFailure` to get the item attributes
@!attribute [rw] return_values_on_condition_check_failure
@return [Hash<String,Types::AttributeValue>]
One or more values that can be substituted in an expression.
@!attribute [rw] expression_attribute_values
@return [Hash<String,String>]
expression.
One or more substitution tokens for attribute names in an
@!attribute [rw] expression_attribute_names
@return [String]
to succeed.
A condition that must be satisfied in order for a conditional update
@!attribute [rw] condition_expression
@return [String]
the Amazon Resource Name (ARN) of the table in this parameter.
Name of the table in which to write the item. You can also provide
@!attribute [rw] table_name
@return [Hash<String,Types::AttributeValue>]
table, their types must match the index key schema.
are present in the item that are part of an index key schema for the
types must match those of the table’s key schema. If any attributes
table’s primary key attributes must be specified, and their data
primary key of the item to be written by ‘PutItem`. All of the
A map of attribute name to attribute values, representing the
@!attribute [rw] item
Represents a request to perform a `PutItem` operation.