AWSLogsLogEvent
Objective-C
@interface AWSLogsLogEvent
Swift
class AWSLogsLogEvent
This structure contains the information for one sample log event that is associated with an anomaly found by a log anomaly detector.
-
The message content of the log event.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }
-
The time stamp of the log event.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable timestamp;
Swift
var timestamp: NSNumber? { get set }