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