Class: Aws::Types::Typography

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#axis_label_font_configurationTypes::FontConfiguration

Returns the value of attribute axis_label_font_configuration.



12123
12124
12125
# File 'sig/types.rbs', line 12123

def axis_label_font_configuration
  @axis_label_font_configuration
end

#axis_title_font_configurationTypes::FontConfiguration

Returns the value of attribute axis_title_font_configuration.



12122
12123
12124
# File 'sig/types.rbs', line 12122

def axis_title_font_configuration
  @axis_title_font_configuration
end

#control_title_font_configurationTypes::ControlTitleFontConfiguration

Returns the value of attribute control_title_font_configuration.



12129
12130
12131
# File 'sig/types.rbs', line 12129

def control_title_font_configuration
  @control_title_font_configuration
end

#data_label_font_configurationTypes::FontConfiguration

Returns the value of attribute data_label_font_configuration.



12126
12127
12128
# File 'sig/types.rbs', line 12126

def data_label_font_configuration
  @data_label_font_configuration
end

#font_families::Array[Types::Font]

Returns the value of attribute font_families.

Returns:



12121
12122
12123
# File 'sig/types.rbs', line 12121

def font_families
  @font_families
end

#legend_title_font_configurationTypes::FontConfiguration

Returns the value of attribute legend_title_font_configuration.



12124
12125
12126
# File 'sig/types.rbs', line 12124

def legend_title_font_configuration
  @legend_title_font_configuration
end

#legend_value_font_configurationTypes::FontConfiguration

Returns the value of attribute legend_value_font_configuration.



12125
12126
12127
# File 'sig/types.rbs', line 12125

def legend_value_font_configuration
  @legend_value_font_configuration
end

#visual_subtitle_font_configurationTypes::VisualSubtitleFontConfiguration

Returns the value of attribute visual_subtitle_font_configuration.



12128
12129
12130
# File 'sig/types.rbs', line 12128

def visual_subtitle_font_configuration
  @visual_subtitle_font_configuration
end

#visual_title_font_configurationTypes::VisualTitleFontConfiguration

Returns the value of attribute visual_title_font_configuration.



12127
12128
12129
# File 'sig/types.rbs', line 12127

def visual_title_font_configuration
  @visual_title_font_configuration
end