Class: Aws::Types::EmailTemplateContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#html::String

Returns the value of attribute html.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def html
  @html
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def subject
  @subject
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def text
  @text
end