Class: Aws::Types::SignUpRequest
- Inherits:
-
Object
- Object
- Aws::Types::SignUpRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
-
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
-
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#validation_data ⇒ ::Array[Types::AttributeType]
Returns the value of attribute validation_data.
Instance Attribute Details
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def @analytics_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def @client_metadata end |
#password ⇒ ::String
Returns the value of attribute password.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def password @password end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def secret_hash @secret_hash end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def user_attributes @user_attributes end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def username @username end |
#validation_data ⇒ ::Array[Types::AttributeType]
Returns the value of attribute validation_data.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def validation_data @validation_data end |