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.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def @analytics_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def @client_metadata end |
#password ⇒ ::String
Returns the value of attribute password.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def password @password end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def secret_hash @secret_hash end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def user_attributes @user_attributes end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def username @username end |
#validation_data ⇒ ::Array[Types::AttributeType]
Returns the value of attribute validation_data.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def validation_data @validation_data end |