Class: Aws::Types::GaugeChartOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arcTypes::ArcConfiguration

Returns the value of attribute arc.



5979
5980
5981
# File 'sig/types.rbs', line 5979

def arc
  @arc
end

#arc_axisTypes::ArcAxisConfiguration

Returns the value of attribute arc_axis.



5978
5979
5980
# File 'sig/types.rbs', line 5978

def arc_axis
  @arc_axis
end

#comparisonTypes::ComparisonConfiguration

Returns the value of attribute comparison.



5977
5978
5979
# File 'sig/types.rbs', line 5977

def comparison
  @comparison
end

#primary_value_display_type"HIDDEN", ...

Returns the value of attribute primary_value_display_type.

Returns:

  • ("HIDDEN", "COMPARISON", "ACTUAL")


5976
5977
5978
# File 'sig/types.rbs', line 5976

def primary_value_display_type
  @primary_value_display_type
end

#primary_value_font_configurationTypes::FontConfiguration

Returns the value of attribute primary_value_font_configuration.



5980
5981
5982
# File 'sig/types.rbs', line 5980

def primary_value_font_configuration
  @primary_value_font_configuration
end