/AWS1/CL_PPTWAITTIME¶
Specifies a duration or a date and time that indicates when Amazon Pinpoint determines whether an activity's conditions have been met or an activity moves participants to the next activity in a journey.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_waitfor TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.
iv_waituntil TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.
Queryable Attributes¶
WaitFor¶
The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WAITFOR() |
Getter for WAITFOR, with configurable default |
ASK_WAITFOR() |
Getter for WAITFOR w/ exceptions if field has no value |
HAS_WAITFOR() |
Determine if WAITFOR has a value |
WaitUntil¶
The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WAITUNTIL() |
Getter for WAITUNTIL, with configurable default |
ASK_WAITUNTIL() |
Getter for WAITUNTIL w/ exceptions if field has no value |
HAS_WAITUNTIL() |
Determine if WAITUNTIL has a value |