Class: Aws::Types::TtmlDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color"NONE", ...

Returns the value of attribute background_color.

Returns:

  • ("NONE", "BLACK", "WHITE", "AUTO")


2420
2421
2422
# File 'sig/types.rbs', line 2420

def background_color
  @background_color
end

#background_opacity::Integer

Returns the value of attribute background_opacity.

Returns:

  • (::Integer)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def background_opacity
  @background_opacity
end

#font_color"WHITE", ...

Returns the value of attribute font_color.

Returns:

  • ("WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "AUTO")


2422
2423
2424
# File 'sig/types.rbs', line 2422

def font_color
  @font_color
end

#font_opacity::Integer

Returns the value of attribute font_opacity.

Returns:

  • (::Integer)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def font_opacity
  @font_opacity
end

#font_size::Integer

Returns the value of attribute font_size.

Returns:

  • (::Integer)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def font_size
  @font_size
end

#font_style"NORMAL", "ITALIC"

Returns the value of attribute font_style.

Returns:

  • ("NORMAL", "ITALIC")


2425
2426
2427
# File 'sig/types.rbs', line 2425

def font_style
  @font_style
end

#font_weight"NORMAL", "BOLD"

Returns the value of attribute font_weight.

Returns:

  • ("NORMAL", "BOLD")


2426
2427
2428
# File 'sig/types.rbs', line 2426

def font_weight
  @font_weight
end

#style_passthrough"ENABLED", "DISABLED"

Returns the value of attribute style_passthrough.

Returns:

  • ("ENABLED", "DISABLED")


2427
2428
2429
# File 'sig/types.rbs', line 2427

def style_passthrough
  @style_passthrough
end

#text_decoration"NONE", "UNDERLINE"

Returns the value of attribute text_decoration.

Returns:

  • ("NONE", "UNDERLINE")


2428
2429
2430
# File 'sig/types.rbs', line 2428

def text_decoration
  @text_decoration
end