Added LocalSecondaryIndexes to describe property
This commit is contained in:
parent
5c7f01ab29
commit
9400cc3ba4
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ class Table(object):
|
|||
'ItemCount': len(self),
|
||||
'CreationDateTime': unix_time(self.created_at),
|
||||
'GlobalSecondaryIndexes': [index for index in self.global_indexes],
|
||||
'LocalSecondaryIndexes': [index for index in self.indexes]
|
||||
}
|
||||
}
|
||||
return results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue