Class: Aws::MediaLive::Types::MediaPackageGroupSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MediaPackageGroupSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Media Package Group Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination  ⇒ Types::OutputLocationRef 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
MediaPackage channel destination.
 
Instance Attribute Details
#destination ⇒ Types::OutputLocationRef
MediaPackage channel destination.
      8854 8855 8856 8857 8858  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 8854 class MediaPackageGroupSettings < Struct.new( :destination) SENSITIVE = [] include Aws::Structure end  |