Update aws_batch_job_definition.py (#67082)
##### SUMMARY <!--- The example to call the method batch_job_definition is bad, the good method name is aws_batch_job_definition--> ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
60479d36f6
commit
3b67e75562
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ EXAMPLES = '''
|
||||||
state: present
|
state: present
|
||||||
tasks:
|
tasks:
|
||||||
- name: My Batch Job Definition
|
- name: My Batch Job Definition
|
||||||
batch_job_definition:
|
aws_batch_job_definition:
|
||||||
job_definition_name: My Batch Job Definition
|
job_definition_name: My Batch Job Definition
|
||||||
state: present
|
state: present
|
||||||
type: container
|
type: container
|
||||||
|
@ -216,7 +216,7 @@ output:
|
||||||
description: "returns what action was taken, whether something was changed, invocation and response"
|
description: "returns what action was taken, whether something was changed, invocation and response"
|
||||||
returned: always
|
returned: always
|
||||||
sample:
|
sample:
|
||||||
batch_job_definition_action: none
|
aws_batch_job_definition_action: none
|
||||||
changed: false
|
changed: false
|
||||||
response:
|
response:
|
||||||
job_definition_arn: "arn:aws:batch:...."
|
job_definition_arn: "arn:aws:batch:...."
|
||||||
|
|
Loading…
Reference in a new issue