LogEvent

public struct LogEvent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The timestamp when the database log event was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The message of the database log event.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(createdAt: TimeStamp? = nil, message: String? = nil)