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

Class: Aws::SageMaker::Types::UserProfileDetails

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

Overview

The user profile details.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)

    The creation time.

#domain_idString

The domain ID.

Returns:

  • (String)

    The domain ID.

#last_modified_timeTime

The last modified time.

Returns:

  • (Time)

    The last modified time.

#statusString

The status.

Possible values:

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

Returns:

  • (String)

    The status.

#user_profile_nameString

The user profile name.

Returns:

  • (String)

    The user profile name.