Class: Aws::Pinpoint::Types::JourneyEmailMessage

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

Overview

Specifies the “From” address for an email message that’s sent to participants in a journey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_addressString

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

Returns:

  • (String)


8295
8296
8297
8298
8299
# File 'lib/aws-sdk-pinpoint/types.rb', line 8295

class JourneyEmailMessage < Struct.new(
  :from_address)
  SENSITIVE = []
  include Aws::Structure
end