I'm trying to backup Cognito users using the AWS Ruby SDK. Everything is going well except when I call to_json on any users attributes, it outputs every value as "[FILTERED]". If I use to_yaml instead it seems to work fine.
Is there a reason that JSON output is filtered? Is there an option or something to turn the filtering off?