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
5180 |
# File 'sig/client.rbs', line 5180
def creation_time: () -> ::Time
|
#domain_id ⇒ ::String
5174 |
# File 'sig/client.rbs', line 5174
def domain_id: () -> ::String
|
#failure_reason ⇒ ::String
5181 |
# File 'sig/client.rbs', line 5181
def failure_reason: () -> ::String
|
#home_efs_file_system_uid ⇒ ::String
5177 |
# File 'sig/client.rbs', line 5177
def home_efs_file_system_uid: () -> ::String
|
#last_modified_time ⇒ ::Time
5179 |
# File 'sig/client.rbs', line 5179
def last_modified_time: () -> ::Time
|
#single_sign_on_user_identifier ⇒ ::String
5182 |
# File 'sig/client.rbs', line 5182
def single_sign_on_user_identifier: () -> ::String
|
#single_sign_on_user_value ⇒ ::String
5183 |
# File 'sig/client.rbs', line 5183
def single_sign_on_user_value: () -> ::String
|
#status ⇒ "Deleting", ...
5178 |
# File 'sig/client.rbs', line 5178
def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed")
|
#user_profile_arn ⇒ ::String
5175 |
# File 'sig/client.rbs', line 5175
def user_profile_arn: () -> ::String
|
#user_profile_name ⇒ ::String
5176 |
# File 'sig/client.rbs', line 5176
def user_profile_name: () -> ::String
|
#user_settings ⇒ Types::UserSettings
5184 |
# File 'sig/client.rbs', line 5184
def user_settings: () -> Types::UserSettings
|