VerifyUserAttributeRequest

public struct VerifyUserAttributeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Represents the access token of the request to verify user attributes.

    Declaration

    Swift

    public let accessToken: String
  • The attribute name in the request to verify user attributes.

    Declaration

    Swift

    public let attributeName: String
  • The verification code in the request to verify user attributes.

    Declaration

    Swift

    public let code: String
  • Undocumented

    Declaration

    Swift

    public init(accessToken: String, attributeName: String, code: String)
  • Declaration

    Swift

    public func validate(name: String) throws