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.
7471 7472 7473 |
# File 'sig/types.rbs', line 7471 def height @height end |
#position ⇒ "AUTO", ...
Returns the value of attribute position.
7469 7470 7471 |
# File 'sig/types.rbs', line 7469 def position @position end |
#title ⇒ Types::LabelOptions
Returns the value of attribute title.
7468 7469 7470 |
# File 'sig/types.rbs', line 7468 def title @title end |
#value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute value_font_configuration.
7472 7473 7474 |
# File 'sig/types.rbs', line 7472 def value_font_configuration @value_font_configuration end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
7467 7468 7469 |
# File 'sig/types.rbs', line 7467 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
7470 7471 7472 |
# File 'sig/types.rbs', line 7470 def width @width end |