Class: Aws::Types::AxisLabelOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_toTypes::AxisLabelReferenceOptions

Returns the value of attribute apply_to.



931
932
933
# File 'sig/types.rbs', line 931

def apply_to
  @apply_to
end

#custom_label::String

Returns the value of attribute custom_label.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def custom_label
  @custom_label
end

#font_configurationTypes::FontConfiguration

Returns the value of attribute font_configuration.



929
930
931
# File 'sig/types.rbs', line 929

def font_configuration
  @font_configuration
end