Class: Aws::MediaLive::Types::ScheduleAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Contains information on a single schedule action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.

Returns:

  • (String)


10677
10678
10679
10680
10681
10682
10683
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10677

class ScheduleAction < Struct.new(
  :action_name,
  :schedule_action_settings,
  :schedule_action_start_settings)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_action_settingsTypes::ScheduleActionSettings

Settings for this schedule action.



10677
10678
10679
10680
10681
10682
10683
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10677

class ScheduleAction < Struct.new(
  :action_name,
  :schedule_action_settings,
  :schedule_action_start_settings)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_action_start_settingsTypes::ScheduleActionStartSettings

The time for the action to start in the channel.



10677
10678
10679
10680
10681
10682
10683
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10677

class ScheduleAction < Struct.new(
  :action_name,
  :schedule_action_settings,
  :schedule_action_start_settings)
  SENSITIVE = []
  include Aws::Structure
end