Class DeleteGroupMembershipRequest

    • Method Detail

      • memberName

        public final String memberName()

        The name of the user that you want to delete from the group membership.

        Returns:
        The name of the user that you want to delete from the group membership.
      • groupName

        public final String groupName()

        The name of the group that you want to delete the user from.

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

        public final String awsAccountId()

        The ID for the Amazon Web Services account that the group 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 group 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 of the group that you want to remove a user from.

        Returns:
        The namespace of the group that you want to remove a user from.
      • 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