StartTimerDecisionAttributes
public struct StartTimerDecisionAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data attached to the event that can be used by the decider in subsequent workflow tasks.
Declaration
Swift
public let control: String?
-
The duration to wait before firing the timer. The duration is specified in seconds, an integer greater than or equal to 0.
Declaration
Swift
public let startToFireTimeout: String
-
The unique ID of the timer. The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not contain the literal string arn.
Declaration
Swift
public let timerId: String
-
Undocumented
Declaration
Swift
public init(control: String? = nil, startToFireTimeout: String, timerId: String)
-
Declaration
Swift
public func validate(name: String) throws