Class: Aws::Types::ControlTitleFontConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#font_configurationTypes::FontConfiguration

Returns the value of attribute font_configuration.



2094
2095
2096
# File 'sig/types.rbs', line 2094

def font_configuration
  @font_configuration
end

#text_alignment"LEFT", ...

Returns the value of attribute text_alignment.

Returns:

  • ("LEFT", "CENTER", "RIGHT", "AUTO")


2095
2096
2097
# File 'sig/types.rbs', line 2095

def text_alignment
  @text_alignment
end