Added return value documentation to dynamodb_table module.

This commit is contained in:
Alan Loi 2015-06-20 21:34:27 +10:00 committed by Matt Clay
parent 1bea9a25bb
commit abf03f6376

View file

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