Class: Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#code_delivery_details_listArray<Types::CodeDeliveryDetailsType>

The code delivery details list from the server for the request to update user attributes.

Returns:



8840
8841
8842
8843
8844
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8840

class UpdateUserAttributesResponse < Struct.new(
  :code_delivery_details_list)
  SENSITIVE = []
  include Aws::Structure
end