Method: Aws::Pinpoint::Types::Activity#push

Defined in:
lib/aws-sdk-pinpoint/types.rb

#pushTypes::PushMessageActivity

The settings for a push notification activity. This type of activity sends a push notification 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