Timer
public struct Timer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the timer.
Declaration
Swift
public let name: String
-
The number of seconds which have elapsed on the timer.
Declaration
Swift
public let timestamp: TimeStamp
-
Undocumented
Declaration
Swift
public init(name: String, timestamp: TimeStamp)