Class: Aws::CognitoIdentityProvider::Types::GetUserAttributeVerificationCodeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::GetUserAttributeVerificationCodeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
The verification code response returned by the server response to get the user attribute verification code.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code_delivery_details  ⇒ Types::CodeDeliveryDetailsType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The code delivery details returned by the server in response to the request to get the user attribute verification code.
 
Instance Attribute Details
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
The code delivery details returned by the server in response to the request to get the user attribute verification code.
      6385 6386 6387 6388 6389  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6385 class GetUserAttributeVerificationCodeResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end  |