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)


644
645
646
# File 'sig/types.rbs', line 644

def html
  @html
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def subject
  @subject
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def text
  @text
end