We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7c769 commit 42644b1Copy full SHA for 42644b1
src/dynamodb_encryption_sdk/structures.py
@@ -68,6 +68,7 @@ class EncryptionContext(object):
68
validator=attr.validators.optional(attr.validators.instance_of(six.string_types)), default=None
69
)
70
attributes = attr.ib(
71
+ repr=False,
72
validator=(dictionary_validator(six.string_types, dict), _validate_attribute_values_are_ddb_items),
73
default=attr.Factory(dict),
74
0 commit comments