Class: Aws::Types::MessageTemplateType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email_message::String

Returns the value of attribute email_message.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def email_message
  @email_message
end

#email_subject::String

Returns the value of attribute email_subject.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def email_subject
  @email_subject
end

#sms_message::String

Returns the value of attribute sms_message.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def sms_message
  @sms_message
end