You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DescribeUserProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)

    The creation time.

#domain_idString

The ID of the domain that contains the profile.

Returns:

  • (String)

    The ID of the domain that contains the profile.

#failure_reasonString

The failure reason.

Returns:

  • (String)

    The failure reason.

#home_efs_file_system_uidString

The ID of the user\'s profile in the Amazon Elastic File System (EFS) volume.

Returns:

  • (String)

    The ID of the user\'s profile in the Amazon Elastic File System (EFS) volume.

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)

    The last modified time.

#single_sign_on_user_identifierString

The SSO user identifier.

Returns:

  • (String)

    The SSO user identifier.

#single_sign_on_user_valueString

The SSO user value.

Returns:

  • (String)

    The SSO user value.

#statusString

The status.

Possible values:

  • Deleting
  • Failed
  • InService
  • Pending
  • Updating
  • Update_Failed
  • Delete_Failed

Returns:

  • (String)

    The status.

#user_profile_arnString

The user profile Amazon Resource Name (ARN).

Returns:

  • (String)

    The user profile Amazon Resource Name (ARN).

#user_profile_nameString

The user profile name.

Returns:

  • (String)

    The user profile name.

#user_settingsTypes::UserSettings

A collection of settings.

Returns: