RelationalDatabaseEvent
public struct RelationalDatabaseEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The timestamp when the database event was created.
Declaration
Swift
public let createdAt: TimeStamp? -
The category that the database event belongs to.
Declaration
Swift
public let eventCategories: [String]? -
The message of the database event.
Declaration
Swift
public let message: String? -
The database that the database event relates to.
Declaration
Swift
public let resource: String? -
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, eventCategories: [String]? = nil, message: String? = nil, resource: String? = nil)
View on GitHub
RelationalDatabaseEvent Structure Reference