GetUserAttributeVerificationCodeResponse
public struct GetUserAttributeVerificationCodeResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code delivery details returned by the server in response to the request to get the user attribute verification code.
Declaration
Swift
public let codeDeliveryDetails: CodeDeliveryDetailsType? -
Undocumented
Declaration
Swift
public init(codeDeliveryDetails: CodeDeliveryDetailsType? = nil)
View on GitHub
GetUserAttributeVerificationCodeResponse Structure Reference