Class: Aws::MediaLive::Types::FollowModeScheduleActionStartSettings

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

Overview

Settings to specify if an action follows another.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#follow_pointString

Identifies whether this action starts relative to the start or relative to the end of the reference action.

Returns:

  • (String)


4658
4659
4660
4661
4662
4663
# File 'lib/aws-sdk-medialive/types.rb', line 4658

class FollowModeScheduleActionStartSettings < Struct.new(
  :follow_point,
  :reference_action_name)
  SENSITIVE = []
  include Aws::Structure
end

#reference_action_nameString

The action name of another action that this one refers to.

Returns:

  • (String)


4658
4659
4660
4661
4662
4663
# File 'lib/aws-sdk-medialive/types.rb', line 4658

class FollowModeScheduleActionStartSettings < Struct.new(
  :follow_point,
  :reference_action_name)
  SENSITIVE = []
  include Aws::Structure
end