MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / name

Method name

python/example_code/ses/ses_templates.py:66–70  ·  view source on GitHub ↗

:return: Gets the name of the template, if a template has been loaded.

(self)

Source from the content-addressed store, hash-verified

64 return True
65
66 def name(self):
67 """
68 :return: Gets the name of the template, if a template has been loaded.
69 """
70 return self.template["TemplateName"] if self.template is not None else None
71
72 # snippet-start:[python.example_code.ses.CreateTemplate]
73 def create_template(self, name, subject, text, html):

Callers 15

usage_demoFunction · 0.95
startWorkflowMethod · 0.80
registerDomainMethod · 0.80
registerWorkflowTypeMethod · 0.80
registerActivityTypeMethod · 0.80
getPollDataMethod · 0.80
pollADecisionMethod · 0.80
executeDecisionTaskMethod · 0.80
pollAndExecuteMethod · 0.80
listSchedulesAsyncMethod · 0.80
createScheduleGroupMethod · 0.80

Calls

no outgoing calls