ResetPasswordRequest

public struct ResetPasswordRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the organization that contains the user for which the password is reset.

    Declaration

    Swift

    public let organizationId: String
  • The new password for the user.

    Declaration

    Swift

    public let password: String
  • The identifier of the user for whom the password is reset.

    Declaration

    Swift

    public let userId: String
  • Undocumented

    Declaration

    Swift

    public init(organizationId: String, password: String, userId: String)
  • Declaration

    Swift

    public func validate(name: String) throws