Class: Aws::MediaLive::Types::TtmlDestinationSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Ttml Destination Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#style_controlString

This field is not currently supported and will not affect the output styling. Leave the default value.

Returns:

  • (String)


12136
12137
12138
12139
12140
# File 'lib/aws-sdk-medialive/types.rb', line 12136

class TtmlDestinationSettings < Struct.new(
  :style_control)
  SENSITIVE = []
  include Aws::Structure
end