You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::SignUpResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The response from the server for a registration request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#code_delivery_detailsTypes::CodeDeliveryDetailsType

The code delivery details returned by the server response to the user registration request.

Returns:

#user_confirmedBoolean

A response from the server indicating that a user registration has been confirmed.

Returns:

  • (Boolean)

    A response from the server indicating that a user registration has been confirmed.

#user_subString

The UUID of the authenticated user. This is not the same as username.

Returns:

  • (String)

    The UUID of the authenticated user.