Class: Aws::Types::EmailMessageTemplateContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:subject])

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::EmailMessageTemplateContentBody

Returns the value of attribute body.



1159
1160
1161
# File 'sig/types.rbs', line 1159

def body
  @body
end

#headers::Array[Types::EmailHeader]

Returns the value of attribute headers.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def headers
  @headers
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def subject
  @subject
end