Class: Aws::Types::TimecodeBurninSettings
- Inherits:
-
Object
- Object
- Aws::Types::TimecodeBurninSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_size ⇒ "EXTRA_SMALL_10", ...
Returns the value of attribute font_size.
-
#position ⇒ "BOTTOM_CENTER", ...
Returns the value of attribute position.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#font_size ⇒ "EXTRA_SMALL_10", ...
Returns the value of attribute font_size.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def font_size @font_size end |
#position ⇒ "BOTTOM_CENTER", ...
Returns the value of attribute position.
3207 3208 3209 |
# File 'sig/types.rbs', line 3207 def position @position end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
3208 3209 3210 |
# File 'sig/types.rbs', line 3208 def prefix @prefix end |