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")


3206
3207
3208
# File 'sig/types.rbs', line 3206

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")


3207
3208
3209
# File 'sig/types.rbs', line 3207

def position
  @position
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


3208
3209
3210
# File 'sig/types.rbs', line 3208

def prefix
  @prefix
end