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
5156 |
# File 'sig/client.rbs', line 5156
def creation_time: () -> ::Time
|
#domain_id ⇒ ::String
5150 |
# File 'sig/client.rbs', line 5150
def domain_id: () -> ::String
|
#failure_reason ⇒ ::String
5157 |
# File 'sig/client.rbs', line 5157
def failure_reason: () -> ::String
|
#home_efs_file_system_uid ⇒ ::String
5153 |
# File 'sig/client.rbs', line 5153
def home_efs_file_system_uid: () -> ::String
|
#last_modified_time ⇒ ::Time
5155 |
# File 'sig/client.rbs', line 5155
def last_modified_time: () -> ::Time
|
#single_sign_on_user_identifier ⇒ ::String
5158 |
# File 'sig/client.rbs', line 5158
def single_sign_on_user_identifier: () -> ::String
|
#single_sign_on_user_value ⇒ ::String
5159 |
# File 'sig/client.rbs', line 5159
def single_sign_on_user_value: () -> ::String
|
#status ⇒ "Deleting", ...
5154 |
# File 'sig/client.rbs', line 5154
def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed")
|
#user_profile_arn ⇒ ::String
5151 |
# File 'sig/client.rbs', line 5151
def user_profile_arn: () -> ::String
|
#user_profile_name ⇒ ::String
5152 |
# File 'sig/client.rbs', line 5152
def user_profile_name: () -> ::String
|
#user_settings ⇒ Types::UserSettings
5160 |
# File 'sig/client.rbs', line 5160
def user_settings: () -> Types::UserSettings
|