Added return value documentation to dynamodb_table module.

pull/18777/head
Alan Loi 10 years ago committed by Matt Clay
parent 1bea9a25bb
commit abf03f6376

@ -102,6 +102,14 @@ EXAMPLES = '''
state: absent state: absent
''' '''
RETURN = '''
table_status:
description: The current status of the table.
returned: success
type: string
sample: ACTIVE
'''
try: try:
import boto import boto
import boto.dynamodb2 import boto.dynamodb2

Loading…
Cancel
Save