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.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def category_label_visibility @category_label_visibility end |
#data_label_types ⇒ ::Array[Types::DataLabelType]
Returns the value of attribute data_label_types.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def data_label_types @data_label_types end |
#label_color ⇒ ::String
Returns the value of attribute label_color.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def label_color @label_color end |
#label_content ⇒ "VALUE", ...
Returns the value of attribute label_content.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def label_content @label_content end |
#label_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute label_font_configuration.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def label_font_configuration @label_font_configuration end |
#measure_label_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute measure_label_visibility.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def measure_label_visibility @measure_label_visibility end |
#overlap ⇒ "DISABLE_OVERLAP", "ENABLE_OVERLAP"
Returns the value of attribute overlap.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def overlap @overlap end |
#position ⇒ "INSIDE", ...
Returns the value of attribute position.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def position @position end |
#totals_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute totals_visibility.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def totals_visibility @totals_visibility end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def visibility @visibility end |