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.
13076 13077 13078 |
# File 'sig/types.rbs', line 13076 def font_configuration @font_configuration end |
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
13077 13078 13079 |
# File 'sig/types.rbs', line 13077 def text_alignment @text_alignment end |
#text_transform ⇒ "CAPITALIZE"
Returns the value of attribute text_transform.
13078 13079 13080 |
# File 'sig/types.rbs', line 13078 def text_transform @text_transform end |