TimerFiredEventAttributes
public struct TimerFiredEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Declaration
Swift
public let startedEventId: Int64
-
The unique ID of the timer that fired.
Declaration
Swift
public let timerId: String
-
Undocumented
Declaration
Swift
public init(startedEventId: Int64, timerId: String)