File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ def encrypt_python_item(
72
72
(parsed `aws_dbe_head` value).
73
73
74
74
Example:
75
- >>> plaintext_item = {
76
- ... 'some': 'data',
77
- ... 'more': 5
78
- ... }
79
- >>> encrypt_output = item_encryptor.encrypt_python_item(plaintext_item)
80
- >>> encrypted_item = encrypt_output.encrypted_item
81
- >>> header = encrypt_output.parsed_header
75
+ >>> plaintext_item = {
76
+ ... 'some': 'data',
77
+ ... 'more': 5
78
+ ... }
79
+ >>> encrypt_output = item_encryptor.encrypt_python_item(plaintext_item)
80
+ >>> encrypted_item = encrypt_output.encrypted_item
81
+ >>> header = encrypt_output.parsed_header
82
82
83
83
"""
84
84
plaintext_ddb_item = dict_to_ddb (plaintext_dict_item )
You can’t perform that action at this time.
0 commit comments