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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


4673
4674
4675
4676
4677
4678
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4673

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)


4673
4674
4675
4676
4677
4678
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4673

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