OnInputLifecycle
public struct OnInputLifecycle : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the actions performed when the condition evaluates to TRUE.
Declaration
Swift
public let events: [Event]? -
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
Declaration
Swift
public let transitionEvents: [TransitionEvent]? -
Undocumented
Declaration
Swift
public init(events: [Event]? = nil, transitionEvents: [TransitionEvent]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
OnInputLifecycle Structure Reference