回答編集履歴
1
追記
test
CHANGED
@@ -22,4 +22,28 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
+
っとありますので、実際には以下のように設定されますがあっていますか?
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
```python
|
30
|
+
|
31
|
+
{
|
32
|
+
|
33
|
+
table_name: {
|
34
|
+
|
35
|
+
'Keys': [
|
36
|
+
|
25
|
-
|
37
|
+
{'LongId': '123456tanaka', 'Level': 'Attribute'},
|
38
|
+
|
39
|
+
{'LongId': '123456yokosawa', 'Level': 'Attribute'},
|
40
|
+
|
41
|
+
{'LongId': '123456imai', 'Level': 'Attribute'}
|
42
|
+
|
43
|
+
]
|
44
|
+
|
45
|
+
}
|
46
|
+
|
47
|
+
}
|
48
|
+
|
49
|
+
```
|