Really disable RETURN

pull/18777/head
Toshio Kuratomi 9 years ago committed by Matt Clay
parent c98db451ac
commit 0501a18608

@ -98,7 +98,7 @@ EXAMPLES = '''
# Disabled the RETURN as it was breaking docs building. Someone needs to fix
# this
RETURN = ''' '''
RETURN = '''# '''
'''
# Create service
service: On create service, it returns the new values; on delete service, it returns the values for the service being deleted.

@ -58,7 +58,7 @@ EXAMPLES = '''
# Disabled the RETURN as it was breaking docs building. Someone needs to fix
# this
RETURN = ''' '''
RETURN = '''# '''
'''
services: When details is false, returns an array of service ARNs, else an array of these fields
clusterArn: The Amazon Resource Name (ARN) of the of the cluster that hosts the service.

Loading…
Cancel
Save