Class: Aws::Types::EmailConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ Types::EmailContent

Returns the value of attribute content.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def content
  @content
end

#from ⇒ ::String

Returns the value of attribute from.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def from
  @from
end

#recipients ⇒ Types::EmailRecipients

Returns the value of attribute recipients.



344
345
346
# File 'sig/types.rbs', line 344

def recipients
  @recipients
end