InputLogEvent
public struct InputLogEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The raw event message.
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(message: String, timestamp: Int64)
-
Declaration
Swift
public func validate(name: String) throws