UpdateEndOfMeetingReminder

public struct UpdateEndOfMeetingReminder : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether an end of meeting reminder is enabled or not.

    Declaration

    Swift

    public let enabled: Bool?
  • 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.

    Declaration

    Swift

    public let reminderAtMinutes: [Int]?
  • The type of sound that users hear during the end of meeting reminder.

    Declaration

    Swift

    public let reminderType: EndOfMeetingReminderType?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool? = nil, reminderAtMinutes: [Int]? = nil, reminderType: EndOfMeetingReminderType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws