minimum bounding geometry uses geometry, not attributes. You can query for the attributes you want, then save to a new featureclass to limit the geometry you want.
If you have point data and you want a certain distance away from the bounding geometry, determine it first, then buffer the result
... sort of retired...