summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ecs_cluster.py
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-12-18 22:25:30 +0100
committerJordan Borean <jborean93@gmail.com>2018-12-19 07:25:30 +1000
commit05c6ff79f9860dbd6b43cb4914ee749baf65b9f7 (patch)
treeb27b93e7d23f35968c392854ee24dae520db047d /lib/ansible/modules/cloud/amazon/ecs_cluster.py
parentfcd1486b51a99a84aad6e76c26e92f26da499004 (diff)
downloadansible-05c6ff79f9860dbd6b43cb4914ee749baf65b9f7.tar.gz
Convert to reduced list of known types (#50010)
Diffstat (limited to 'lib/ansible/modules/cloud/amazon/ecs_cluster.py')
-rw-r--r--lib/ansible/modules/cloud/amazon/ecs_cluster.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/modules/cloud/amazon/ecs_cluster.py b/lib/ansible/modules/cloud/amazon/ecs_cluster.py
index 9681178f58..5327fd480e 100644
--- a/lib/ansible/modules/cloud/amazon/ecs_cluster.py
+++ b/lib/ansible/modules/cloud/amazon/ecs_cluster.py
@@ -75,12 +75,12 @@ activeServicesCount:
type: int
clusterArn:
description: the ARN of the cluster just created
- type: string
+ type: str
returned: 0 if a new cluster
sample: arn:aws:ecs:us-west-2:172139249013:cluster/test-cluster-mfshcdok
clusterName:
description: name of the cluster just created (should match the input argument)
- type: string
+ type: str
returned: always
sample: test-cluster-mfshcdok
pendingTasksCount:
@@ -98,7 +98,7 @@ runningTasksCount:
status:
description: the status of the new cluster
returned: always
- type: string
+ type: str
sample: ACTIVE
'''
import time