SetUserSettingsRequest
public struct SetUserSettingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access token for the set user settings request.
Declaration
Swift
public let accessToken: String
-
You can use this parameter only to set an SMS configuration that uses SMS for delivery.
Declaration
Swift
public let mFAOptions: [MFAOptionType]
-
Undocumented
Declaration
Swift
public init(accessToken: String, mFAOptions: [MFAOptionType])
-
Declaration
Swift
public func validate(name: String) throws