Class: Aws::Types::BurnInDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alignment"CENTERED", ...

Returns the value of attribute alignment.

Returns:

  • ("CENTERED", "LEFT", "SMART")


383
384
385
# File 'sig/types.rbs', line 383

def alignment
  @alignment
end

#background_color"BLACK", ...

Returns the value of attribute background_color.

Returns:

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


384
385
386
# File 'sig/types.rbs', line 384

def background_color
  @background_color
end

#background_opacity::Integer

Returns the value of attribute background_opacity.

Returns:

  • (::Integer)


385
386
387
# File 'sig/types.rbs', line 385

def background_opacity
  @background_opacity
end

#fontTypes::InputLocation

Returns the value of attribute font.



386
387
388
# File 'sig/types.rbs', line 386

def font
  @font
end

#font_color"BLACK", ...

Returns the value of attribute font_color.

Returns:

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


387
388
389
# File 'sig/types.rbs', line 387

def font_color
  @font_color
end

#font_opacity::Integer

Returns the value of attribute font_opacity.

Returns:

  • (::Integer)


388
389
390
# File 'sig/types.rbs', line 388

def font_opacity
  @font_opacity
end

#font_resolution::Integer

Returns the value of attribute font_resolution.

Returns:

  • (::Integer)


389
390
391
# File 'sig/types.rbs', line 389

def font_resolution
  @font_resolution
end

#font_size::String

Returns the value of attribute font_size.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def font_size
  @font_size
end

#outline_color"BLACK", ...

Returns the value of attribute outline_color.

Returns:

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


391
392
393
# File 'sig/types.rbs', line 391

def outline_color
  @outline_color
end

#outline_size::Integer

Returns the value of attribute outline_size.

Returns:

  • (::Integer)


392
393
394
# File 'sig/types.rbs', line 392

def outline_size
  @outline_size
end

#shadow_color"BLACK", ...

Returns the value of attribute shadow_color.

Returns:

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


393
394
395
# File 'sig/types.rbs', line 393

def shadow_color
  @shadow_color
end

#shadow_opacity::Integer

Returns the value of attribute shadow_opacity.

Returns:

  • (::Integer)


394
395
396
# File 'sig/types.rbs', line 394

def shadow_opacity
  @shadow_opacity
end

#shadow_x_offset::Integer

Returns the value of attribute shadow_x_offset.

Returns:

  • (::Integer)


395
396
397
# File 'sig/types.rbs', line 395

def shadow_x_offset
  @shadow_x_offset
end

#shadow_y_offset::Integer

Returns the value of attribute shadow_y_offset.

Returns:

  • (::Integer)


396
397
398
# File 'sig/types.rbs', line 396

def shadow_y_offset
  @shadow_y_offset
end

#subtitle_rows"ROWS_16", ...

Returns the value of attribute subtitle_rows.

Returns:

  • ("ROWS_16", "ROWS_20", "ROWS_24")


400
401
402
# File 'sig/types.rbs', line 400

def subtitle_rows
  @subtitle_rows
end

#teletext_grid_control"FIXED", "SCALED"

Returns the value of attribute teletext_grid_control.

Returns:

  • ("FIXED", "SCALED")


397
398
399
# File 'sig/types.rbs', line 397

def teletext_grid_control
  @teletext_grid_control
end

#x_position::Integer

Returns the value of attribute x_position.

Returns:

  • (::Integer)


398
399
400
# File 'sig/types.rbs', line 398

def x_position
  @x_position
end

#y_position::Integer

Returns the value of attribute y_position.

Returns:

  • (::Integer)


399
400
401
# File 'sig/types.rbs', line 399

def y_position
  @y_position
end