Class: Aws::Types::TestRenderEmailTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestRenderEmailTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_data ⇒ ::String
Returns the value of attribute template_data.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#template_data ⇒ ::String
Returns the value of attribute template_data.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def template_data @template_data end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def template_name @template_name end |