BETA
Interfaces are parent objects from which other objects can inherit.
For example, LogData
is an interface because both S3KeyPathLogData
and EmailNotificationLogData
hold data logs.
Objects that implement an interface must have all fields defined by that interface.
Represents the data of the audit log.
Implemented by: