Class: Aws::MediaLive::Types::FollowModeScheduleActionStartSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::FollowModeScheduleActionStartSettings
 
 
- 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
- 
  
    
      #follow_point  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies whether this action starts relative to the start or relative to the end of the reference action.
 - 
  
    
      #reference_action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The action name of another action that this one refers to.
 
Instance Attribute Details
#follow_point ⇒ String
Identifies whether this action starts relative to the start or relative to the end of the reference action.
      4757 4758 4759 4760 4761 4762  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4757 class FollowModeScheduleActionStartSettings < Struct.new( :follow_point, :reference_action_name) SENSITIVE = [] include Aws::Structure end  | 
  
#reference_action_name ⇒ String
The action name of another action that this one refers to.
      4757 4758 4759 4760 4761 4762  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4757 class FollowModeScheduleActionStartSettings < Struct.new( :follow_point, :reference_action_name) SENSITIVE = [] include Aws::Structure end  |