Class: Aws::Types::DescribeUserProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#home_efs_file_system_uid ⇒ ::String
Returns the value of attribute home_efs_file_system_uid.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#status ⇒ "Deleting", ...
Returns the value of attribute status.
-
#user_profile_arn ⇒ ::String
Returns the value of attribute user_profile_arn.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5359 5360 5361 |
# File 'sig/types.rbs', line 5359 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5353 5354 5355 |
# File 'sig/types.rbs', line 5353 def domain_id @domain_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5360 5361 5362 |
# File 'sig/types.rbs', line 5360 def failure_reason @failure_reason end |
#home_efs_file_system_uid ⇒ ::String
Returns the value of attribute home_efs_file_system_uid.
5356 5357 5358 |
# File 'sig/types.rbs', line 5356 def home_efs_file_system_uid @home_efs_file_system_uid end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5358 5359 5360 |
# File 'sig/types.rbs', line 5358 def last_modified_time @last_modified_time end |
#single_sign_on_user_identifier ⇒ ::String
Returns the value of attribute single_sign_on_user_identifier.
5361 5362 5363 |
# File 'sig/types.rbs', line 5361 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.
5362 5363 5364 |
# File 'sig/types.rbs', line 5362 def single_sign_on_user_value @single_sign_on_user_value end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
5357 5358 5359 |
# File 'sig/types.rbs', line 5357 def status @status end |
#user_profile_arn ⇒ ::String
Returns the value of attribute user_profile_arn.
5354 5355 5356 |
# File 'sig/types.rbs', line 5354 def user_profile_arn @user_profile_arn end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
5355 5356 5357 |
# File 'sig/types.rbs', line 5355 def user_profile_name @user_profile_name end |
#user_settings ⇒ Types::UserSettings
Returns the value of attribute user_settings.
5363 5364 5365 |
# File 'sig/types.rbs', line 5363 def user_settings @user_settings end |