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.
10463 10464 10465 |
# File 'sig/types.rbs', line 10463 def all_points_marker @all_points_marker end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
10457 10458 10459 |
# File 'sig/types.rbs', line 10457 def field_id @field_id end |
#line_color ⇒ ::String
Returns the value of attribute line_color.
10461 10462 10463 |
# File 'sig/types.rbs', line 10461 def line_color @line_color end |
#line_interpolation ⇒ "LINEAR", ...
Returns the value of attribute line_interpolation.
10462 10463 10464 |
# File 'sig/types.rbs', line 10462 def line_interpolation @line_interpolation end |
#max_value_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute max_value_marker.
10464 10465 10466 |
# File 'sig/types.rbs', line 10464 def max_value_marker @max_value_marker end |
#min_value_marker ⇒ Types::LineChartMarkerStyleSettings
Returns the value of attribute min_value_marker.
10465 10466 10467 |
# File 'sig/types.rbs', line 10465 def min_value_marker @min_value_marker end |
#visual_type ⇒ "LINE", "AREA_LINE"
Returns the value of attribute visual_type.
10460 10461 10462 |
# File 'sig/types.rbs', line 10460 def visual_type @visual_type end |
#x_axis_field ⇒ Types::DimensionField
Returns the value of attribute x_axis_field.
10458 10459 10460 |
# File 'sig/types.rbs', line 10458 def x_axis_field @x_axis_field end |
#y_axis_behavior ⇒ "SHARED", "INDEPENDENT"
Returns the value of attribute y_axis_behavior.
10459 10460 10461 |
# File 'sig/types.rbs', line 10459 def y_axis_behavior @y_axis_behavior end |