fix RETURN docs

This commit is contained in:
Sloane Hertel 2017-06-21 13:16:54 -04:00 committed by ansibot
parent aa341edf4c
commit 495f91158c

View file

@ -323,7 +323,7 @@ EXAMPLES = '''
msg: "The new db endpoint is {{ rds.instance.endpoint }}" msg: "The new db endpoint is {{ rds.instance.endpoint }}"
''' '''
RETURN=''' RETURN = '''
engine: engine:
description: the name of the database engine description: the name of the database engine
returned: when RDS instance exists returned: when RDS instance exists
@ -357,7 +357,7 @@ publicly_accessible:
latest_restorable_time: latest_restorable_time:
description: the latest time to which a database can be restored with point-in-time restore description: the latest time to which a database can be restored with point-in-time restore
returned: when RDS instance exists returned: when RDS instance exists
type: datetime type: string
sample: "1489707802.0" sample: "1489707802.0"
secondary_avaialbility_zone: secondary_avaialbility_zone:
description: the name of the secondary AZ for a DB instance with multi-AZ support description: the name of the secondary AZ for a DB instance with multi-AZ support
@ -449,17 +449,17 @@ pending_modified_values:
returned: when RDS instance exists returned: when RDS instance exists
type: string type: string
sample: "null" sample: "null"
master_user_password": null, master_user_password:
description: the pending or in-progress change of the master credentials for this RDS instance description: the pending or in-progress change of the master credentials for this RDS instance
returned: when RDS instance exists returned: when RDS instance exists
type: string type: string
sample: "null" sample: "null"
multi_az": null, multi_az:
description: indicates that the single-AZ RDS instance is to change to a multi-AZ deployment description: indicates that the single-AZ RDS instance is to change to a multi-AZ deployment
returned: when RDS instance exists returned: when RDS instance exists
type: string type: string
sample: "null" sample: "null"
port: null port:
description: specifies the pending port for this RDS instance description: specifies the pending port for this RDS instance
returned: when RDS instance exists returned: when RDS instance exists
type: string type: string