TransitionEvent

public struct TransitionEvent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The actions to be performed.

    Declaration

    Swift

    public let actions: [Action]?
  • Required. A Boolean expression that when TRUE causes the actions to be performed and the nextState to be entered.

    Declaration

    Swift

    public let condition: String
  • The name of the transition event.

    Declaration

    Swift

    public let eventName: String
  • The next state to enter.

    Declaration

    Swift

    public let nextState: String
  • Undocumented

    Declaration

    Swift

    public init(actions: [Action]? = nil, condition: String, eventName: String, nextState: String)
  • Declaration

    Swift

    public func validate(name: String) throws