Class: Aws::Types::ControlTitleFontConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ControlTitleFontConfiguration
- 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.
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def font_configuration @font_configuration end |
#text_alignment ⇒ "LEFT", ...
Returns the value of attribute text_alignment.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def text_alignment @text_alignment end |