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
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.
5968 5969 5970 5971 5972 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5968 class ForgotPasswordResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end |