Class: Aws::CognitoIdentityProvider::Types::ForgotPasswordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ForgotPasswordResponse
- 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
-
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
Information about the phone number or email address that Amazon Cognito sent the password-recovery code to.
Instance Attribute Details
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
Information about the phone number or email address that Amazon Cognito sent the password-recovery code to.
6144 6145 6146 6147 6148 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6144 class ForgotPasswordResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end |