Class DescribeUserProfileResponse

    • Method Detail

      • domainId

        public final String domainId()

        The ID of the domain that contains the profile.

        Returns:
        The ID of the domain that contains the profile.
      • userProfileArn

        public final String userProfileArn()

        The user profile Amazon Resource Name (ARN).

        Returns:
        The user profile Amazon Resource Name (ARN).
      • userProfileName

        public final String userProfileName()

        The user profile name.

        Returns:
        The user profile name.
      • homeEfsFileSystemUid

        public final String homeEfsFileSystemUid()

        The ID of the user's profile in the Amazon Elastic File System volume.

        Returns:
        The ID of the user's profile in the Amazon Elastic File System volume.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last modified time.

        Returns:
        The last modified time.
      • creationTime

        public final Instant creationTime()

        The creation time.

        Returns:
        The creation time.
      • failureReason

        public final String failureReason()

        The failure reason.

        Returns:
        The failure reason.
      • singleSignOnUserIdentifier

        public final String singleSignOnUserIdentifier()

        The IAM Identity Center user identifier.

        Returns:
        The IAM Identity Center user identifier.
      • singleSignOnUserValue

        public final String singleSignOnUserValue()

        The IAM Identity Center user value.

        Returns:
        The IAM Identity Center user value.
      • userSettings

        public final UserSettings userSettings()

        A collection of settings.

        Returns:
        A collection of settings.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object