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")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

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


3179
3180
3181
# File 'sig/types.rbs', line 3179

def label_content
  @label_content
end

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

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • ("DISABLE_OVERLAP", "ENABLE_OVERLAP")


3182
3183
3184
# File 'sig/types.rbs', line 3182

def overlap
  @overlap
end

#position"INSIDE", ...

Returns the value of attribute position.

Returns:

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


3178
3179
3180
# File 'sig/types.rbs', line 3178

def position
  @position
end

#totals_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute totals_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3183
3184
3185
# File 'sig/types.rbs', line 3183

def totals_visibility
  @totals_visibility
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


3174
3175
3176
# File 'sig/types.rbs', line 3174

def visibility
  @visibility
end