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
- Struct
- Aws::CognitoIdentityProvider::Types::VerifyUserAttributeRequest
- 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
-
#access_token ⇒ String
Represents the access token of the request to verify user attributes.
-
#attribute_name ⇒ String
The attribute name in the request to verify user attributes.
-
#code ⇒ String
The verification code in the request to verify user attributes.
Instance Attribute Details
#access_token ⇒ String
Represents the access token of the request to verify user attributes.
#attribute_name ⇒ String
The attribute name in the request to verify user attributes.
#code ⇒ String
The verification code in the request to verify user attributes.