You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::ScheduleActionStartSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ScheduleActionStartSettings as input to an Aws::Client method, you can use a vanilla 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: {
  },
}

Settings to specify when an action should occur. Only one of the options must be selected.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_mode_schedule_action_start_settingsTypes::FixedModeScheduleActionStartSettings

Option for specifying the start time for an action.

Returns:

#follow_mode_schedule_action_start_settingsTypes::FollowModeScheduleActionStartSettings

Option for specifying an action as relative to another action.

Returns:

#immediate_mode_schedule_action_start_settingsTypes::ImmediateModeScheduleActionStartSettings

Option for specifying an action that should be applied immediately.

Returns: