Class: Aws::MediaLive::Types::MultiplexProgramServiceDescriptor
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MultiplexProgramServiceDescriptor
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Transport stream service descriptor configuration for the Multiplex program.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #provider_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the provider.
 - 
  
    
      #service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the service.
 
Instance Attribute Details
#provider_name ⇒ String
Name of the provider.
      9609 9610 9611 9612 9613 9614  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9609 class MultiplexProgramServiceDescriptor < Struct.new( :provider_name, :service_name) SENSITIVE = [] include Aws::Structure end  | 
  
#service_name ⇒ String
Name of the service.
      9609 9610 9611 9612 9613 9614  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9609 class MultiplexProgramServiceDescriptor < Struct.new( :provider_name, :service_name) SENSITIVE = [] include Aws::Structure end  |