Method: Aws::Pinpoint::Types::Activity#custom
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#custom ⇒ Types::CustomMessageActivity
The settings for a custom message activity. This type of activity calls an AWS Lambda function or web hook that sends messages 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 |