enrichment_function/schema/aws/securityhub/securityhubfindingsimported/AWSEvent.py [186:197]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            for key, value in self.items():
                result[key] = value

        return result

    def to_str(self):
        return pprint.pformat(self.to_dict())

    def __repr__(self):
        return self.to_str()

    def __eq__(self, other):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



enrichment_function/schema/aws/securityhub/securityhubfindingsimported/SecurityHubFindingsImported.py [57:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            for key, value in self.items():
                result[key] = value

        return result

    def to_str(self):
        return pprint.pformat(self.to_dict())

    def __repr__(self):
        return self.to_str()

    def __eq__(self, other):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



