Class: Aws::CognitoIdentityProvider::Types::ForgotPasswordResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The response from Amazon Cognito to a request to reset a password.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_delivery_detailsTypes::CodeDeliveryDetailsType

The code delivery details returned by the server in response to the request to reset a password.



4731
4732
4733
4734
4735
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4731

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