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.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def font_size @font_size end |
#position ⇒ "TOP_CENTER", ...
Returns the value of attribute position.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def position @position end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def prefix @prefix end |