Class: Aws::MediaLive::Types::MultiplexProgramSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MultiplexProgramSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The MediaLive Channel associated with the program.
 - 
  
    
      #program_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the multiplex program.
 
Instance Attribute Details
#channel_id ⇒ String
The MediaLive Channel associated with the program.
      9658 9659 9660 9661 9662 9663  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9658 class MultiplexProgramSummary < Struct.new( :channel_id, :program_name) SENSITIVE = [] include Aws::Structure end  | 
  
#program_name ⇒ String
The name of the multiplex program.
      9658 9659 9660 9661 9662 9663  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9658 class MultiplexProgramSummary < Struct.new( :channel_id, :program_name) SENSITIVE = [] include Aws::Structure end  |