Class: Aws::Types::SignUpResponse
- Inherits:
-
Object
- Object
- Aws::Types::SignUpResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_delivery_details ⇒ Types::CodeDeliveryDetailsType
Returns the value of attribute code_delivery_details.
-
#session ⇒ ::String
Returns the value of attribute session.
-
#user_confirmed ⇒ Boolean
Returns the value of attribute user_confirmed.
-
#user_sub ⇒ ::String
Returns the value of attribute user_sub.
Instance Attribute Details
#code_delivery_details ⇒ Types::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.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def session @session end |
#user_confirmed ⇒ Boolean
Returns the value of attribute user_confirmed.
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.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def user_sub @user_sub end |