Class: Aws::Types::DataLabelOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_label_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute category_label_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("VALUE", "PERCENT", "VALUE_AND_PERCENT")


3048
3049
3050
# File 'sig/types.rbs', line 3048

def label_content
  @label_content
end

#label_font_configurationTypes::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.

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • ("DISABLE_OVERLAP", "ENABLE_OVERLAP")


3051
3052
3053
# File 'sig/types.rbs', line 3051

def overlap
  @overlap
end

#position"INSIDE", ...

Returns the value of attribute position.

Returns:

  • ("INSIDE", "OUTSIDE", "LEFT", "TOP", "BOTTOM", "RIGHT")


3047
3048
3049
# File 'sig/types.rbs', line 3047

def position
  @position
end

#totals_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute totals_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3052
3053
3054
# File 'sig/types.rbs', line 3052

def totals_visibility
  @totals_visibility
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3043
3044
3045
# File 'sig/types.rbs', line 3043

def visibility
  @visibility
end