Class: Aws::MediaLive::Types::TtmlDestinationSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::TtmlDestinationSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Ttml Destination Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #style_control  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This field is not currently supported and will not affect the output styling.
 
Instance Attribute Details
#style_control ⇒ String
This field is not currently supported and will not affect the output styling. Leave the default value.
      12383 12384 12385 12386 12387  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12383 class TtmlDestinationSettings < Struct.new( :style_control) SENSITIVE = [] include Aws::Structure end  |