ScheduleActionStartSettings
public struct ScheduleActionStartSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Option for specifying the start time for an action.
Declaration
Swift
public let fixedModeScheduleActionStartSettings: FixedModeScheduleActionStartSettings? -
Option for specifying an action as relative to another action.
Declaration
Swift
public let followModeScheduleActionStartSettings: FollowModeScheduleActionStartSettings? -
Option for specifying an action that should be applied immediately.
Declaration
Swift
public let immediateModeScheduleActionStartSettings: ImmediateModeScheduleActionStartSettings? -
init(fixedModeScheduleActionStartSettings:followModeScheduleActionStartSettings:immediateModeScheduleActionStartSettings:)Undocumented
Declaration
Swift
public init(fixedModeScheduleActionStartSettings: FixedModeScheduleActionStartSettings? = nil, followModeScheduleActionStartSettings: FollowModeScheduleActionStartSettings? = nil, immediateModeScheduleActionStartSettings: ImmediateModeScheduleActionStartSettings? = nil)
View on GitHub
ScheduleActionStartSettings Structure Reference