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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The response from the server for a registration request.

Constant Summary collapse

SENSITIVE =
[]

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.



7929
7930
7931
7932
7933
7934
7935
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7929

class SignUpResponse < Struct.new(
  :user_confirmed,
  :code_delivery_details,
  :user_sub)
  SENSITIVE = []
  include Aws::Structure
end

#user_confirmedBoolean

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

Returns:

  • (Boolean)


7929
7930
7931
7932
7933
7934
7935
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7929

class SignUpResponse < Struct.new(
  :user_confirmed,
  :code_delivery_details,
  :user_sub)
  SENSITIVE = []
  include Aws::Structure
end

#user_subString

The UUID of the authenticated user. This isn't the same as username.

Returns:

  • (String)


7929
7930
7931
7932
7933
7934
7935
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7929

class SignUpResponse < Struct.new(
  :user_confirmed,
  :code_delivery_details,
  :user_sub)
  SENSITIVE = []
  include Aws::Structure
end