You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::VerifyUserAttributeRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VerifyUserAttributeRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the request to verify user attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

Represents the access token of the request to verify user attributes.

Returns:

  • (String)

    Represents the access token of the request to verify user attributes.

#attribute_nameString

The attribute name in the request to verify user attributes.

Returns:

  • (String)

    The attribute name in the request to verify user attributes.

#codeString

The verification code in the request to verify user attributes.

Returns:

  • (String)

    The verification code in the request to verify user attributes.