Skip to content

Commit eedcbf3

Browse files
Add HTTP ShapeSerializer
1 parent d1f6a24 commit eedcbf3

File tree

3 files changed

+475
-2
lines changed

3 files changed

+475
-2
lines changed

packages/smithy-core/src/smithy_core/traits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def __post_init__(self):
271271
assert isinstance(self.document_value, str)
272272

273273
@property
274-
def name(self) -> str:
274+
def key(self) -> str:
275275
return self.document_value # type: ignore
276276

277277

0 commit comments

Comments
 (0)