FilteredLogEvent

public struct FilteredLogEvent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the event.

    Declaration

    Swift

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

    Declaration

    Swift

    public let ingestionTime: Int64?
  • The name of the log stream to which this event belongs.

    Declaration

    Swift

    public let logStreamName: String?
  • The data contained in the log event.

    Declaration

    Swift

    public let message: String?
  • The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

    Declaration

    Swift

    public let timestamp: Int64?
  • Undocumented

    Declaration

    Swift

    public init(eventId: String? = nil, ingestionTime: Int64? = nil, logStreamName: String? = nil, message: String? = nil, timestamp: Int64? = nil)