Class: Aws::MediaLive::Types::CmafIngestOutputSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::CmafIngestOutputSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Cmaf Ingest Output Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name_modifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
String concatenated to the end of the destination filename.
 
Instance Attribute Details
#name_modifier ⇒ String
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
      13792 13793 13794 13795 13796  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 13792 class CmafIngestOutputSettings < Struct.new( :name_modifier) SENSITIVE = [] include Aws::Structure end  |