Class: Aws::CognitoIdentityProvider::Types::ResendConfirmationCodeResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#code_delivery_detailsTypes::CodeDeliveryDetailsType

The code delivery details returned by the server in response to the request to resend the confirmation code.



7015
7016
7017
7018
7019
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7015

class ResendConfirmationCodeResponse < Struct.new(
  :code_delivery_details)
  SENSITIVE = []
  include Aws::Structure
end