Class: Aws::Types::TimecodeBurninSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#font_size"EXTRA_SMALL_10", ...

Returns the value of attribute font_size.

Returns:

  • ("EXTRA_SMALL_10", "LARGE_48", "MEDIUM_32", "SMALL_16")


3202
3203
3204
# File 'sig/types.rbs', line 3202

def font_size
  @font_size
end

#position"BOTTOM_CENTER", ...

Returns the value of attribute position.

Returns:

  • ("BOTTOM_CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "MIDDLE_CENTER", "MIDDLE_LEFT", "MIDDLE_RIGHT", "TOP_CENTER", "TOP_LEFT", "TOP_RIGHT")


3203
3204
3205
# File 'sig/types.rbs', line 3203

def position
  @position
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


3204
3205
3206
# File 'sig/types.rbs', line 3204

def prefix
  @prefix
end