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)


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.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def template_name
  @template_name
end