WaitTime

public struct WaitTime : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity’s conditions have been met or moving participants to the next activity in the journey.

    Declaration

    Swift

    public let waitFor: String?
  • The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity’s conditions have been met or the activity moves participants to the next activity in the journey.

    Declaration

    Swift

    public let waitUntil: String?
  • Undocumented

    Declaration

    Swift

    public init(waitFor: String? = nil, waitUntil: String? = nil)