AdminEnableUserRequest

public struct AdminEnableUserRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The user name of the user you wish to enable.

    Declaration

    Swift

    public let username: String
  • The user pool ID for the user pool where you want to enable the user.

    Declaration

    Swift

    public let userPoolId: String
  • Undocumented

    Declaration

    Swift

    public init(username: String, userPoolId: String)
  • Declaration

    Swift

    public func validate(name: String) throws