Class DeleteUserRequest

    • Method Detail

      • userName

        public final String userName()

        The name of the user that you want to delete.

        Returns:
        The name of the user that you want to delete.
      • awsAccountId

        public final String awsAccountId()

        The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

        Returns:
        The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
      • namespace

        public final String namespace()

        The namespace. Currently, you should set this to default.

        Returns:
        The namespace. Currently, you should set this to default.
      • 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