Class: Aws::Types::VisualTitleFontConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VisualTitleFontConfiguration
- 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.
13089 13090 13091 |
# File 'sig/types.rbs', line 13089 def font_configuration @font_configuration end |
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
13090 13091 13092 |
# File 'sig/types.rbs', line 13090 def text_alignment @text_alignment end |
#text_transform ⇒ "CAPITALIZE"
Returns the value of attribute text_transform.
13091 13092 13093 |
# File 'sig/types.rbs', line 13091 def text_transform @text_transform end |