Module: Aws::SageMaker::Client::_DescribeUserProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeUserProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #domain_id ⇒ ::String
- #failure_reason ⇒ ::String
- #home_efs_file_system_uid ⇒ ::String
- #last_modified_time ⇒ ::Time
- #single_sign_on_user_identifier ⇒ ::String
- #single_sign_on_user_value ⇒ ::String
- #status ⇒ "Deleting", ...
- #user_profile_arn ⇒ ::String
- #user_profile_name ⇒ ::String
- #user_settings ⇒ Types::UserSettings
Instance Method Details
#creation_time ⇒ ::Time
5203 |
# File 'sig/client.rbs', line 5203 def creation_time: () -> ::Time |
#domain_id ⇒ ::String
5197 |
# File 'sig/client.rbs', line 5197 def domain_id: () -> ::String |
#failure_reason ⇒ ::String
5204 |
# File 'sig/client.rbs', line 5204 def failure_reason: () -> ::String |
#home_efs_file_system_uid ⇒ ::String
5200 |
# File 'sig/client.rbs', line 5200 def home_efs_file_system_uid: () -> ::String |
#last_modified_time ⇒ ::Time
5202 |
# File 'sig/client.rbs', line 5202 def last_modified_time: () -> ::Time |
#single_sign_on_user_identifier ⇒ ::String
5205 |
# File 'sig/client.rbs', line 5205 def single_sign_on_user_identifier: () -> ::String |
#single_sign_on_user_value ⇒ ::String
5206 |
# File 'sig/client.rbs', line 5206 def single_sign_on_user_value: () -> ::String |
#status ⇒ "Deleting", ...
5201 |
# File 'sig/client.rbs', line 5201 def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed") |
#user_profile_arn ⇒ ::String
5198 |
# File 'sig/client.rbs', line 5198 def user_profile_arn: () -> ::String |
#user_profile_name ⇒ ::String
5199 |
# File 'sig/client.rbs', line 5199 def user_profile_name: () -> ::String |
#user_settings ⇒ Types::UserSettings
5207 |
# File 'sig/client.rbs', line 5207 def user_settings: () -> Types::UserSettings |