Class: Aws::Types::LegendOptions
- Inherits:
-
Object
- Object
- Aws::Types::LegendOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::String
Returns the value of attribute height.
-
#position ⇒ "AUTO", ...
Returns the value of attribute position.
-
#title ⇒ Types::LabelOptions
Returns the value of attribute title.
-
#value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute value_font_configuration.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
-
#width ⇒ ::String
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ ::String
Returns the value of attribute height.
7198 7199 7200 |
# File 'sig/types.rbs', line 7198 def height @height end |
#position ⇒ "AUTO", ...
Returns the value of attribute position.
7196 7197 7198 |
# File 'sig/types.rbs', line 7196 def position @position end |
#title ⇒ Types::LabelOptions
Returns the value of attribute title.
7195 7196 7197 |
# File 'sig/types.rbs', line 7195 def title @title end |
#value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute value_font_configuration.
7199 7200 7201 |
# File 'sig/types.rbs', line 7199 def value_font_configuration @value_font_configuration end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
7194 7195 7196 |
# File 'sig/types.rbs', line 7194 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
7197 7198 7199 |
# File 'sig/types.rbs', line 7197 def width @width end |