Class: Aws::Types::SparklinesOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_points_markerTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("LINEAR", "SMOOTH", "STEPPED")


10852
10853
10854
# File 'sig/types.rbs', line 10852

def line_interpolation
  @line_interpolation
end

#max_value_markerTypes::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_markerTypes::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.

Returns:

  • ("LINE", "AREA_LINE")


10850
10851
10852
# File 'sig/types.rbs', line 10850

def visual_type
  @visual_type
end

#x_axis_fieldTypes::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.

Returns:

  • ("SHARED", "INDEPENDENT")


10849
10850
10851
# File 'sig/types.rbs', line 10849

def y_axis_behavior
  @y_axis_behavior
end