ServerEvent
public struct ServerEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time when the event occurred.
Declaration
Swift
public let createdAt: TimeStamp? -
The Amazon S3 URL of the event’s log file.
Declaration
Swift
public let logUrl: String? -
A human-readable informational or status message.
Declaration
Swift
public let message: String? -
The name of the server on or for which the event occurred.
Declaration
Swift
public let serverName: String? -
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, logUrl: String? = nil, message: String? = nil, serverName: String? = nil)
View on GitHub
ServerEvent Structure Reference