Class: Aws::Pinpoint::Types::JourneyEmailMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyEmailMessage
- 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
-
#from_address ⇒ String
The verified email address to send the email message from.
Instance Attribute Details
#from_address ⇒ String
The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.
8318 8319 8320 8321 8322 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8318 class JourneyEmailMessage < Struct.new( :from_address) SENSITIVE = [] include Aws::Structure end |