RecoveryOptionType
public struct RecoveryOptionType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the recovery method for a user.
Declaration
Swift
public let name: RecoveryOptionNameType -
A positive integer specifying priority of a method with 1 being the highest priority.
Declaration
Swift
public let priority: Int -
Undocumented
Declaration
Swift
public init(name: RecoveryOptionNameType, priority: Int) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RecoveryOptionType Structure Reference