GetMailboxDetailsRequest
public struct GetMailboxDetailsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the organization that contains the user whose mailbox details are being requested.
Declaration
Swift
public let organizationId: String
-
The identifier for the user whose mailbox details are being requested.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(organizationId: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws