Class: Aws::Types::VisualSubtitleFontConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VisualSubtitleFontConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
-
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
-
#text_transform ⇒ "CAPITALIZE"
Returns the value of attribute text_transform.
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
13545 13546 13547 |
# File 'sig/types.rbs', line 13545 def font_configuration @font_configuration end |
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
13546 13547 13548 |
# File 'sig/types.rbs', line 13546 def text_alignment @text_alignment end |
#text_transform ⇒ "CAPITALIZE"
Returns the value of attribute text_transform.
13547 13548 13549 |
# File 'sig/types.rbs', line 13547 def text_transform @text_transform end |