Class: Aws::MediaLive::Types::VideoSelectorProgramId
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::VideoSelectorProgramId
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Video Selector Program Id
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #program_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Selects a specific program from within a multi-program transport stream.
 
Instance Attribute Details
#program_id ⇒ Integer
Selects a specific program from within a multi-program transport stream. If the program doesn’t exist, the first program within the transport stream will be selected by default.
      13447 13448 13449 13450 13451  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 13447 class VideoSelectorProgramId < Struct.new( :program_id) SENSITIVE = [] include Aws::Structure end  |