AWSLogsLiveTailSessionLogEvent

Objective-C

@interface AWSLogsLiveTailSessionLogEvent

Swift

class AWSLogsLiveTailSessionLogEvent

This object contains the information for one log event returned in a Live Tail stream.

  • The timestamp specifying when this log event was ingested into the log group.

    Declaration

    Objective-C

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

    Swift

    var ingestionTime: NSNumber? { get set }
  • The name or ARN of the log group that ingested this log event.

    Declaration

    Objective-C

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

    Swift

    var logGroupIdentifier: String? { get set }
  • The name of the log stream that ingested this log event.

    Declaration

    Objective-C

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

    Swift

    var logStreamName: String? { get set }
  • The log event message text.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }
  • The timestamp specifying when this log event was created.

    Declaration

    Objective-C

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

    Swift

    var timestamp: NSNumber? { get set }