You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::WaitActivity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing WaitActivity as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_activity: "__string",
  wait_time: {
    wait_for: "__string",
    wait_until: "__string",
  },
}

Specifies the settings for a wait activity in a journey. 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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_activityString

The unique identifier for the next activity to perform, after performing the wait activity.

Returns:

  • (String)

    The unique identifier for the next activity to perform, after performing the wait activity.

#wait_timeTypes::WaitTime

The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

Returns:

  • (Types::WaitTime)

    The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.