AdminSetUserSettingsRequest
public struct AdminSetUserSettingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
Declaration
Swift
public let mFAOptions: [MFAOptionType]
-
The user name of the user that you are setting options for.
Declaration
Swift
public let username: String
-
The ID of the user pool that contains the user that you are setting options for.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(mFAOptions: [MFAOptionType], username: String, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws