CreateEndOfMeetingReminder
public struct CreateEndOfMeetingReminder : 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, reminderAtMinutes: [Int], reminderType: EndOfMeetingReminderType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateEndOfMeetingReminder Structure Reference