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.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def domain_id @domain_id end |
#single_sign_on_user_identifier ⇒ ::String
Returns the value of attribute single_sign_on_user_identifier.
2977 2978 2979 |
# File 'sig/types.rbs', line 2977 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.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def single_sign_on_user_value @single_sign_on_user_value end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def @tags end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def user_profile_name @user_profile_name end |
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def user_settings @user_settings end |