Class: Aws::Types::EbuTtDDestinationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute copyright_holder.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def copyright_holder
  @copyright_holder
end

#default_font_size::Integer

Returns the value of attribute default_font_size.

Returns:

  • (::Integer)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def default_font_size
  @default_font_size
end

#default_line_height::Integer

Returns the value of attribute default_line_height.

Returns:

  • (::Integer)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def default_line_height
  @default_line_height
end

#fill_line_gap"DISABLED", "ENABLED"

Returns the value of attribute fill_line_gap.

Returns:

  • ("DISABLED", "ENABLED")


1236
1237
1238
# File 'sig/types.rbs', line 1236

def fill_line_gap
  @fill_line_gap
end

#font_family::String

Returns the value of attribute font_family.

Returns:

  • (::String)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def font_family
  @font_family
end

#style_control"EXCLUDE", "INCLUDE"

Returns the value of attribute style_control.

Returns:

  • ("EXCLUDE", "INCLUDE")


1238
1239
1240
# File 'sig/types.rbs', line 1238

def style_control
  @style_control
end