class Aws::MediaLive::Types::ScheduleActionStartSettings
Settings to specify when an action should occur. Only one of the options must be selected.
@note When making an API call, you may pass ScheduleActionStartSettings
data as a hash: { fixed_mode_schedule_action_start_settings: { time: "__string", # required }, follow_mode_schedule_action_start_settings: { follow_point: "END", # required, accepts END, START reference_action_name: "__string", # required }, immediate_mode_schedule_action_start_settings: { }, }
@!attribute [rw] fixed_mode_schedule_action_start_settings
Option for specifying the start time for an action. @return [Types::FixedModeScheduleActionStartSettings]
@!attribute [rw] follow_mode_schedule_action_start_settings
Option for specifying an action as relative to another action. @return [Types::FollowModeScheduleActionStartSettings]
@!attribute [rw] immediate_mode_schedule_action_start_settings
Option for specifying an action that should be applied immediately. @return [Types::ImmediateModeScheduleActionStartSettings]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionStartSettings AWS API Documentation
Constants
- SENSITIVE