ListMailboxPermissionsRequest

public struct ListMailboxPermissionsRequest : AWSShape
extension WorkMail.ListMailboxPermissionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the user, group, or resource for which to list mailbox permissions.

    Declaration

    Swift

    public let entityId: String
  • The maximum number of results to return in a single call.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to use to retrieve the next page of results. The first call does not contain any tokens.

    Declaration

    Swift

    public let nextToken: String?
  • The identifier of the organization under which the user, group, or resource exists.

    Declaration

    Swift

    public let organizationId: String
  • Undocumented

    Declaration

    Swift

    public init(entityId: String, maxResults: Int? = nil, nextToken: String? = nil, organizationId: String)
  • Declaration

    Swift

    public func validate(name: String) throws