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)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def email_message
  @email_message
end

#email_subject::String

Returns the value of attribute email_subject.

Returns:

  • (::String)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def email_subject
  @email_subject
end

#sms_message::String

Returns the value of attribute sms_message.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def sms_message
  @sms_message
end