Class: Aws::Types::NotifyEmailType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#html_body::String

Returns the value of attribute html_body.

Returns:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def html_body
  @html_body
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def subject
  @subject
end

#text_body::String

Returns the value of attribute text_body.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def text_body
  @text_body
end