Class: Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
Information about the phone number or email address that Amazon Cognito sent the confirmation code to.
Instance Attribute Details
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
Information about the phone number or email address that Amazon Cognito sent the confirmation code to.
8802 8803 8804 8805 8806 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8802 class ResendConfirmationCodeResponse < Struct.new( :code_delivery_details) SENSITIVE = [] include Aws::Structure end |