WaitActivity

public struct WaitActivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the next activity to perform, after performing the wait activity.

    Declaration

    Swift

    public let nextActivity: String?
  • The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.

    Declaration

    Swift

    public let waitTime: WaitTime?
  • Undocumented

    Declaration

    Swift

    public init(nextActivity: String? = nil, waitTime: WaitTime? = nil)