DIGEST_FREQUENCY
No description
enum DIGEST_FREQUENCY {
NONE
DAILY
HOURLY
}
Values
DIGEST_FREQUENCY.NONE
NONE will have the notifications send immediately rather than bundling for digesting.
DIGEST_FREQUENCY.DAILY
DAILY will queue up the notifications and send them daily.
DIGEST_FREQUENCY.HOURLY
HOURLY will queue up the notifications and send them hourly.
Member Of
UpdateEmailNotificationSettingsInput
input ● UserEmailNotificationSettings
object