Class: Aws::Types::TestRenderEmailTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_data::String

Returns the value of attribute template_data.

Returns:

  • (::String)


2060
2061
2062
# File 'sig/types.rbs', line 2060

def template_data
  @template_data
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def template_name
  @template_name
end