Class: Aws::Types::ReferenceLineLabelConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_label_configurationTypes::ReferenceLineCustomLabelConfiguration

Returns the value of attribute custom_label_configuration.



9251
9252
9253
# File 'sig/types.rbs', line 9251

def custom_label_configuration
  @custom_label_configuration
end

#font_color::String

Returns the value of attribute font_color.

Returns:

  • (::String)


9253
9254
9255
# File 'sig/types.rbs', line 9253

def font_color
  @font_color
end

#font_configurationTypes::FontConfiguration

Returns the value of attribute font_configuration.



9252
9253
9254
# File 'sig/types.rbs', line 9252

def font_configuration
  @font_configuration
end

#horizontal_position"LEFT", ...

Returns the value of attribute horizontal_position.

Returns:

  • ("LEFT", "CENTER", "RIGHT")


9254
9255
9256
# File 'sig/types.rbs', line 9254

def horizontal_position
  @horizontal_position
end

#value_label_configurationTypes::ReferenceLineValueLabelConfiguration

Returns the value of attribute value_label_configuration.



9250
9251
9252
# File 'sig/types.rbs', line 9250

def value_label_configuration
  @value_label_configuration
end

#vertical_position"ABOVE", "BELOW"

Returns the value of attribute vertical_position.

Returns:

  • ("ABOVE", "BELOW")


9255
9256
9257
# File 'sig/types.rbs', line 9255

def vertical_position
  @vertical_position
end