AWSLogsOutputLogEvent

Objective-C

@interface AWSLogsOutputLogEvent

Swift

class AWSLogsOutputLogEvent

Represents a log event.

  • The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable ingestionTime;

    Swift

    var ingestionTime: NSNumber? { get set }
  • The data contained in the log event.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable message;

    Swift

    var message: String? { get set }
  • The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable timestamp;

    Swift

    var timestamp: NSNumber? { get set }