Class: Aws::Pinpoint::Types::CampaignEmailMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the content and "From" address for an email message that's sent to recipients of a campaign.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The body of the email for recipients whose email clients don't render HTML content.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2063

class CampaignEmailMessage < Struct.new(
  :body,
  :from_address,
  :html_body,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#from_addressString

The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2063

class CampaignEmailMessage < Struct.new(
  :body,
  :from_address,
  :html_body,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#html_bodyString

The body of the email, in HTML format, for recipients whose email clients render HTML content.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2063

class CampaignEmailMessage < Struct.new(
  :body,
  :from_address,
  :html_body,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The subject line, or title, of the email.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2063

class CampaignEmailMessage < Struct.new(
  :body,
  :from_address,
  :html_body,
  :title)
  SENSITIVE = []
  include Aws::Structure
end