FollowModeScheduleActionStartSettings
public struct FollowModeScheduleActionStartSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifies whether this action starts relative to the start or relative to the end of the reference action.
Declaration
Swift
public let followPoint: FollowPoint
-
The action name of another action that this one refers to.
Declaration
Swift
public let referenceActionName: String
-
Undocumented
Declaration
Swift
public init(followPoint: FollowPoint, referenceActionName: String)