Class: Aws::CognitoIdentityProvider::Types::GetUserAttributeVerificationCodeResponse

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

Instance Attribute Details

#code_delivery_detailsTypes::CodeDeliveryDetailsType

Information about the delivery destination of the user attribute verification code.



6262
6263
6264
6265
6266
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6262

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