Class: Aws::MediaLive::Types::ScheduleActionStartSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ScheduleActionStartSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Settings to specify when an action should occur. Only one of the options must be selected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fixed_mode_schedule_action_start_settings ⇒ Types::FixedModeScheduleActionStartSettings
Option for specifying the start time for an action.
-
#follow_mode_schedule_action_start_settings ⇒ Types::FollowModeScheduleActionStartSettings
Option for specifying an action as relative to another action.
-
#immediate_mode_schedule_action_start_settings ⇒ Types::ImmediateModeScheduleActionStartSettings
Option for specifying an action that should be applied immediately.
Instance Attribute Details
#fixed_mode_schedule_action_start_settings ⇒ Types::FixedModeScheduleActionStartSettings
Option for specifying the start time for an action.
11025 11026 11027 11028 11029 11030 11031 |
# File 'lib/aws-sdk-medialive/types.rb', line 11025 class ScheduleActionStartSettings < Struct.new( :fixed_mode_schedule_action_start_settings, :follow_mode_schedule_action_start_settings, :immediate_mode_schedule_action_start_settings) SENSITIVE = [] include Aws::Structure end |
#follow_mode_schedule_action_start_settings ⇒ Types::FollowModeScheduleActionStartSettings
Option for specifying an action as relative to another action.
11025 11026 11027 11028 11029 11030 11031 |
# File 'lib/aws-sdk-medialive/types.rb', line 11025 class ScheduleActionStartSettings < Struct.new( :fixed_mode_schedule_action_start_settings, :follow_mode_schedule_action_start_settings, :immediate_mode_schedule_action_start_settings) SENSITIVE = [] include Aws::Structure end |
#immediate_mode_schedule_action_start_settings ⇒ Types::ImmediateModeScheduleActionStartSettings
Option for specifying an action that should be applied immediately.
11025 11026 11027 11028 11029 11030 11031 |
# File 'lib/aws-sdk-medialive/types.rb', line 11025 class ScheduleActionStartSettings < Struct.new( :fixed_mode_schedule_action_start_settings, :follow_mode_schedule_action_start_settings, :immediate_mode_schedule_action_start_settings) SENSITIVE = [] include Aws::Structure end |