class Aws::AlexaForBusiness::Types::UpdateEndOfMeetingReminder

Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.

@note When making an API call, you may pass UpdateEndOfMeetingReminder

data as a hash:

    {
      reminder_at_minutes: [1],
      reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
      enabled: false,
    }

@!attribute [rw] reminder_at_minutes

Updates settings for the end of meeting reminder feature that are
applied to a room profile. The end of meeting reminder enables Alexa
to remind users when a meeting is ending.
@return [Array<Integer>]

@!attribute [rw] reminder_type

The type of sound that users hear during the end of meeting
reminder.
@return [String]

@!attribute [rw] enabled

Whether an end of meeting reminder is enabled or not.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateEndOfMeetingReminder AWS API Documentation

Constants

SENSITIVE