Class: Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::UpdateUserAttributesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The code delivery details list from the server for the request to update user attributes.
 
Instance Attribute Details
#code_delivery_details_list ⇒ Array<Types::CodeDeliveryDetailsType>
The code delivery details list from the server for the request to update user attributes.
      11258 11259 11260 11261 11262  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 11258 class UpdateUserAttributesResponse < Struct.new( :code_delivery_details_list) SENSITIVE = [] include Aws::Structure end  |