Skip to content

Commit ff7a406

Browse files
refactored code block (#6307)
1 parent 94e99cc commit ff7a406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/examples/dynamodb/query.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ For more information, see `Working with Queries in DynamoDB <https://docs.aws.am
163163

164164
**Example 5: To query an index**
165165

166-
The following example queries the local secondary index ``AlbumTitleIndex``. The query returns all attributes from the base table that have been projected into the local secondary index. Note that when querying a local secondary index or global secondary index, you must also provide the name of the base table using the ``table-name`` parameter.
166+
The following example queries the local secondary index ``AlbumTitleIndex``. The query returns all attributes from the base table that have been projected into the local secondary index. Note that when querying a local secondary index or global secondary index, you must also provide the name of the base table using the ``table-name`` parameter. ::
167167

168168
aws dynamodb query \
169169
--table-name MusicCollection \

0 commit comments

Comments
 (0)