Class: Aws::Types::CampaignEmailMessage

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)


382
383
384
# File 'sig/types.rbs', line 382

def body
  @body
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def from_address
  @from_address
end

#headers::Array[Types::MessageHeader]

Returns the value of attribute headers.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def headers
  @headers
end

#html_body::String

Returns the value of attribute html_body.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def html_body
  @html_body
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def title
  @title
end