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