Method: Aws::Pinpoint::Types::Activity#email
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#email ⇒ Types::EmailMessageActivity
The settings for an email activity. This type of activity sends an email message to participants.
1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1180 class Activity < Struct.new( :custom, :conditional_split, :description, :email, :holdout, :multi_condition, :push, :random_split, :sms, :wait, :contact_center) SENSITIVE = [] include Aws::Structure end |