Skip to content

Commit

Permalink
docme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngr committed Jun 12, 2019
1 parent 817b76f commit d2bbbd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sosw/components/dynamo_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def get_table_indexes(self, table_name: Optional[str] = None) -> Dict:
Returns **active** indexes of the table: their hash key, range key, and projection type.
.. code-block:: python
{
'index_1_name': {
'projection_type': 'ALL', # One of: 'ALL'|'KEYS_ONLY'|'INCLUDE'
Expand Down

0 comments on commit d2bbbd2

Please sign in to comment.