Class: Aws::Types::DataLabelOptions
- Inherits:
-
Object
- Object
- Aws::Types::DataLabelOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute category_label_visibility.
-
#data_label_types ⇒ ::Array[Types::DataLabelType]
Returns the value of attribute data_label_types.
-
#label_color ⇒ ::String
Returns the value of attribute label_color.
-
#label_content ⇒ "VALUE", ...
Returns the value of attribute label_content.
-
#label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute label_font_configuration.
-
#measure_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute measure_label_visibility.
-
#overlap ⇒ "DISABLE_OVERLAP", "ENABLE_OVERLAP"
Returns the value of attribute overlap.
-
#position ⇒ "INSIDE", ...
Returns the value of attribute position.
-
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
Instance Attribute Details
#category_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute category_label_visibility.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def category_label_visibility @category_label_visibility end |
#data_label_types ⇒ ::Array[Types::DataLabelType]
Returns the value of attribute data_label_types.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def data_label_types @data_label_types end |
#label_color ⇒ ::String
Returns the value of attribute label_color.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def label_color @label_color end |
#label_content ⇒ "VALUE", ...
Returns the value of attribute label_content.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def label_content @label_content end |
#label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute label_font_configuration.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def label_font_configuration @label_font_configuration end |
#measure_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute measure_label_visibility.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def measure_label_visibility @measure_label_visibility end |
#overlap ⇒ "DISABLE_OVERLAP", "ENABLE_OVERLAP"
Returns the value of attribute overlap.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def overlap @overlap end |
#position ⇒ "INSIDE", ...
Returns the value of attribute position.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def position @position end |
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def totals_visibility @totals_visibility end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def visibility @visibility end |