ServiceEvent
public struct ServiceEvent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Unix timestamp for when the event was triggered.
Declaration
Swift
public let createdAt: TimeStamp?
-
The ID string of the event.
Declaration
Swift
public let id: String?
-
The event message.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, id: String? = nil, message: String? = nil)