Skip to content

Commit 9becfb3

Browse files
author
Lucas McDonald
committed
m
1 parent a165750 commit 9becfb3

File tree

1 file changed

+5
-4
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted

1 file changed

+5
-4
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/item.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ def encrypt_python_item(
6565
6666
Returns:
6767
EncryptItemOutput: Structure containing the following fields:
68-
- `encrypted_item` (dict[str, Any]): The encrypted Python dictionary.
69-
**Note:** The item was encrypted as DynamoDB JSON, then transformed to a Python dictionary.
70-
- `parsed_header` (Optional[ParsedHeader]): The encrypted DynamoDB item's header (parsed
71-
`aws_dbe_head` value).
68+
69+
- encrypted_item (dict[str, Any]): The encrypted Python dictionary.
70+
**Note:** The item was encrypted as DynamoDB JSON, then transformed to a Python dictionary.
71+
- parsed_header (Optional[ParsedHeader]): The encrypted DynamoDB item's header
72+
(parsed `aws_dbe_head` value).
7273
7374
Example:
7475
>>> plaintext_item = {

0 commit comments

Comments
 (0)