Added return value documentation to dynamodb_table module.
This commit is contained in:
parent
1bea9a25bb
commit
abf03f6376
1 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue