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.



9619
9620
9621
# File 'sig/types.rbs', line 9619

def custom_label_configuration
  @custom_label_configuration
end

#font_color::String

Returns the value of attribute font_color.

Returns:

  • (::String)


9621
9622
9623
# File 'sig/types.rbs', line 9621

def font_color
  @font_color
end

#font_configurationTypes::FontConfiguration

Returns the value of attribute font_configuration.



9620
9621
9622
# File 'sig/types.rbs', line 9620

def font_configuration
  @font_configuration
end

#horizontal_position"LEFT", ...

Returns the value of attribute horizontal_position.

Returns:

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


9622
9623
9624
# File 'sig/types.rbs', line 9622

def horizontal_position
  @horizontal_position
end

#value_label_configurationTypes::ReferenceLineValueLabelConfiguration

Returns the value of attribute value_label_configuration.



9618
9619
9620
# File 'sig/types.rbs', line 9618

def value_label_configuration
  @value_label_configuration
end

#vertical_position"ABOVE", "BELOW"

Returns the value of attribute vertical_position.

Returns:

  • ("ABOVE", "BELOW")


9623
9624
9625
# File 'sig/types.rbs', line 9623

def vertical_position
  @vertical_position
end