Class: Aws::CognitoIdentityProvider::Types::ForgotPasswordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ForgotPasswordResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
The code delivery details returned by the server in response to the request to reset a password.
Instance Attribute Details
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
The code delivery details returned by the server in response to the request to reset a password.
6100 6101 6102 6103 6104 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6100 class ForgotPasswordResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end |