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.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def font_size @font_size end |
#position ⇒ "BOTTOM_CENTER", ...
Returns the value of attribute position.
3203 3204 3205 |
# File 'sig/types.rbs', line 3203 def position @position end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def prefix @prefix end |