Class: Aws::Types::EmailSettings

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)


498
499
500
# File 'sig/types.rbs', line 498

def email_message
  @email_message
end

#email_subject ⇒ ::String

Returns the value of attribute email_subject.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def email_subject
  @email_subject
end