OutputLogEvent
public struct OutputLogEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 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(ingestionTime: Int64? = nil, message: String? = nil, timestamp: Int64? = nil)