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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


10462
10463
10464
# File 'sig/types.rbs', line 10462

def line_interpolation
  @line_interpolation
end

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

Returns:

  • ("LINE", "AREA_LINE")


10460
10461
10462
# File 'sig/types.rbs', line 10460

def visual_type
  @visual_type
end

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

Returns:

  • ("SHARED", "INDEPENDENT")


10459
10460
10461
# File 'sig/types.rbs', line 10459

def y_axis_behavior
  @y_axis_behavior
end