Method: Aws::Pinpoint::Types::Activity#wait

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

#waitTypes::WaitActivity

The settings for a wait activity. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.

Returns:



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