Class: Aws::Types::CreateUserProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#single_sign_on_user_identifier ⇒ ::String
Returns the value of attribute single_sign_on_user_identifier.
-
#single_sign_on_user_value ⇒ ::String
Returns the value of attribute single_sign_on_user_value.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
-
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def domain_id @domain_id end |
#single_sign_on_user_identifier ⇒ ::String
Returns the value of attribute single_sign_on_user_identifier.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def single_sign_on_user_identifier @single_sign_on_user_identifier end |
#single_sign_on_user_value ⇒ ::String
Returns the value of attribute single_sign_on_user_value.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def single_sign_on_user_value @single_sign_on_user_value end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def user_profile_name @user_profile_name end |
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def user_settings @user_settings end |