GetMailboxDetailsResponse

public struct GetMailboxDetailsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum allowed mailbox size, in MB, for the specified user.

    Declaration

    Swift

    public let mailboxQuota: Int?
  • The current mailbox size, in MB, for the specified user.

    Declaration

    Swift

    public let mailboxSize: Double?
  • Undocumented

    Declaration

    Swift

    public init(mailboxQuota: Int? = nil, mailboxSize: Double? = nil)