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.



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.

Returns:

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


2014
2015
2016
# File 'sig/types.rbs', line 2014

def text_alignment
  @text_alignment
end