TimerDefinition
public struct TimerDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the timer.
Declaration
Swift
public let name: String
-
The new setting of the timer (the number of seconds before the timer elapses).
Declaration
Swift
public let seconds: Int
-
Undocumented
Declaration
Swift
public init(name: String, seconds: Int)
-
Declaration
Swift
public func validate(name: String) throws