UpdateMailboxQuotaRequest
public struct UpdateMailboxQuotaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated mailbox quota, in MB, for the specified user.
Declaration
Swift
public let mailboxQuota: Int
-
The identifier for the organization that contains the user for whom to update the mailbox quota.
Declaration
Swift
public let organizationId: String
-
The identifer for the user for whom to update the mailbox quota.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(mailboxQuota: Int, organizationId: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws