Class: Aws::Types::SignUpResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:session])

Instance Attribute Summary collapse

Instance Attribute Details

#code_delivery_detailsTypes::CodeDeliveryDetailsType

Returns the value of attribute code_delivery_details.



2042
2043
2044
# File 'sig/types.rbs', line 2042

def code_delivery_details
  @code_delivery_details
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def session
  @session
end

#user_confirmedBoolean

Returns the value of attribute user_confirmed.

Returns:

  • (Boolean)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def user_confirmed
  @user_confirmed
end

#user_sub::String

Returns the value of attribute user_sub.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def user_sub
  @user_sub
end