Added return value documentation to dynamodb_table module.

reviewable/pr18780/r1
Alan Loi 10 years ago
parent 268104fca3
commit 011fef5f32

@ -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

Loading…
Cancel
Save