RegisterToWorkMailRequest

public struct RegisterToWorkMailRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The email for the user, group, or resource to be updated.

    Declaration

    Swift

    public let email: String
  • The identifier for the user, group, or resource to be updated.

    Declaration

    Swift

    public let entityId: String
  • The identifier for the organization under which the user, group, or resource exists.

    Declaration

    Swift

    public let organizationId: String
  • Undocumented

    Declaration

    Swift

    public init(email: String, entityId: String, organizationId: String)
  • Declaration

    Swift

    public func validate(name: String) throws