class Aws::DynamoDB::Types::WriteRequest


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/WriteRequest AWS API Documentation
@return [Types::DeleteRequest]
A request to perform a ‘DeleteItem` operation.
@!attribute [rw] delete_request
@return [Types::PutRequest]
A request to perform a `PutItem` operation.
@!attribute [rw] put_request
you need to provide two separate `WriteRequest` objects.
`WriteRequest`. If you do need to perform both of these operations,
You can only request one of these operations, not both, in a single
Represents an operation to perform - either `DeleteItem` or `PutItem`.