ListMailboxPermissionsResponse
public struct ListMailboxPermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
One page of the user, group, or resource mailbox permissions.
Declaration
Swift
public let permissions: [Permission]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, permissions: [Permission]? = nil)