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.



2010
2011
2012
# File 'sig/types.rbs', line 2010

def code_delivery_details
  @code_delivery_details
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def session
  @session
end

#user_confirmedBoolean

Returns the value of attribute user_confirmed.

Returns:

  • (Boolean)


2009
2010
2011
# File 'sig/types.rbs', line 2009

def user_confirmed
  @user_confirmed
end

#user_sub::String

Returns the value of attribute user_sub.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def user_sub
  @user_sub
end