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

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

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.



9008
9009
9010
9011
9012
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9008

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