Class: Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The response from the server when Amazon Cognito makes the request to resend a confirmation code.
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 resend the confirmation code.
Instance Attribute Details
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
The code delivery details returned by the server in response to the request to resend the confirmation code.
7228 7229 7230 7231 7232 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7228 class ResendConfirmationCodeResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end |