Class: Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server for the request to update user attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_delivery_details_list ⇒ Array<Types::CodeDeliveryDetailsType>
When the attribute-update request includes an email address or phone number attribute, Amazon Cognito sends a message to users with a code that confirms ownership of the new value that they entered.
Instance Attribute Details
#code_delivery_details_list ⇒ Array<Types::CodeDeliveryDetailsType>
When the attribute-update request includes an email address or phone
number attribute, Amazon Cognito sends a message to users with a
code that confirms ownership of the new value that they entered. The
CodeDeliveryDetails
object is information about the delivery
destination for that link or code. This behavior happens in user
pools configured to automatically verify changes to those
attributes. For more information, see Verifying when users change
their email or phone number.
11832 11833 11834 11835 11836 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11832 class UpdateUserAttributesResponse < Struct.new( :code_delivery_details_list) SENSITIVE = [] include Aws::Structure end |