EndOfMeetingReminder
public struct EndOfMeetingReminder : 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?
-
A range of 3 to 15 minutes that determines when the reminder begins.
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)