class Aws::CognitoIdentityProvider::Types::VerifyUserAttributeRequest

Represents the request to verify user attributes.

@note When making an API call, you may pass VerifyUserAttributeRequest

data as a hash:

    {
      access_token: "TokenModelType", # required
      attribute_name: "AttributeNameType", # required
      code: "ConfirmationCodeType", # required
    }

@!attribute [rw] access_token

Represents the access token of the request to verify user
attributes.
@return [String]

@!attribute [rw] attribute_name

The attribute name in the request to verify user attributes.
@return [String]

@!attribute [rw] code

The verification code in the request to verify user attributes.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/VerifyUserAttributeRequest AWS API Documentation

Constants

SENSITIVE