Class: Aws::Types::EmailMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def body
  @body
end

#feedback_forwarding_address::String

Returns the value of attribute feedback_forwarding_address.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def feedback_forwarding_address
  @feedback_forwarding_address
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def from_address
  @from_address
end

#raw_emailTypes::RawEmail

Returns the value of attribute raw_email.

Returns:



1008
1009
1010
# File 'sig/types.rbs', line 1008

def raw_email
  @raw_email
end

#reply_to_addresses::Array[::String]

Returns the value of attribute reply_to_addresses.

Returns:

  • (::Array[::String])


1009
1010
1011
# File 'sig/types.rbs', line 1009

def reply_to_addresses
  @reply_to_addresses
end

#simple_emailTypes::SimpleEmail

Returns the value of attribute simple_email.

Returns:



1010
1011
1012
# File 'sig/types.rbs', line 1010

def simple_email
  @simple_email
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


1011
1012
1013
# File 'sig/types.rbs', line 1011

def substitutions
  @substitutions
end