Added LocalSecondaryIndexes to describe property
This commit is contained in:
parent
5c7f01ab29
commit
9400cc3ba4
@ -184,6 +184,7 @@ class Table(object):
|
|||||||
'ItemCount': len(self),
|
'ItemCount': len(self),
|
||||||
'CreationDateTime': unix_time(self.created_at),
|
'CreationDateTime': unix_time(self.created_at),
|
||||||
'GlobalSecondaryIndexes': [index for index in self.global_indexes],
|
'GlobalSecondaryIndexes': [index for index in self.global_indexes],
|
||||||
|
'LocalSecondaryIndexes': [index for index in self.indexes]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return results
|
return results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user