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.
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.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def session @session end |
#user_confirmed ⇒ Boolean
Returns the value of attribute user_confirmed.
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.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def user_sub @user_sub end |