Class: Aws::Types::TimecodeBurnin
- Inherits:
-
Object
- Object
- Aws::Types::TimecodeBurnin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_size ⇒ ::Integer
Returns the value of attribute font_size.
-
#position ⇒ "TOP_CENTER", ...
Returns the value of attribute position.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#font_size ⇒ ::Integer
Returns the value of attribute font_size.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def font_size @font_size end |
#position ⇒ "TOP_CENTER", ...
Returns the value of attribute position.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def position @position end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def prefix @prefix end |