Class: Aws::Types::SparklinesOptions
- Inherits:
-
Object
- Object
- Aws::Types::SparklinesOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_points_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute all_points_marker.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#line_color ⇒ ::String
Returns the value of attribute line_color.
-
#line_interpolation ⇒ "LINEAR", ...
Returns the value of attribute line_interpolation.
-
#max_value_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute max_value_marker.
-
#min_value_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute min_value_marker.
-
#visual_type ⇒ "LINE", "AREA_LINE"
Returns the value of attribute visual_type.
-
#x_axis_field ⇒ Types::DimensionField
Returns the value of attribute x_axis_field.
-
#y_axis_behavior ⇒ "SHARED", "INDEPENDENT"
Returns the value of attribute y_axis_behavior.
Instance Attribute Details
#all_points_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute all_points_marker.
10853 10854 10855 |
# File 'sig/types.rbs', line 10853 def all_points_marker @all_points_marker end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
10847 10848 10849 |
# File 'sig/types.rbs', line 10847 def field_id @field_id end |
#line_color ⇒ ::String
Returns the value of attribute line_color.
10851 10852 10853 |
# File 'sig/types.rbs', line 10851 def line_color @line_color end |
#line_interpolation ⇒ "LINEAR", ...
Returns the value of attribute line_interpolation.
10852 10853 10854 |
# File 'sig/types.rbs', line 10852 def line_interpolation @line_interpolation end |
#max_value_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute max_value_marker.
10854 10855 10856 |
# File 'sig/types.rbs', line 10854 def max_value_marker @max_value_marker end |
#min_value_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute min_value_marker.
10855 10856 10857 |
# File 'sig/types.rbs', line 10855 def min_value_marker @min_value_marker end |
#visual_type ⇒ "LINE", "AREA_LINE"
Returns the value of attribute visual_type.
10850 10851 10852 |
# File 'sig/types.rbs', line 10850 def visual_type @visual_type end |
#x_axis_field ⇒ Types::DimensionField
Returns the value of attribute x_axis_field.
10848 10849 10850 |
# File 'sig/types.rbs', line 10848 def x_axis_field @x_axis_field end |
#y_axis_behavior ⇒ "SHARED", "INDEPENDENT"
Returns the value of attribute y_axis_behavior.
10849 10850 10851 |
# File 'sig/types.rbs', line 10849 def y_axis_behavior @y_axis_behavior end |