Class: Aws::Types::LineChartMarkerStyleSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker_color::String

Returns the value of attribute marker_color.

Returns:

  • (::String)


7553
7554
7555
# File 'sig/types.rbs', line 7553

def marker_color
  @marker_color
end

#marker_shape"CIRCLE", ...

Returns the value of attribute marker_shape.

Returns:

  • ("CIRCLE", "TRIANGLE", "SQUARE", "DIAMOND", "ROUNDED_SQUARE")


7551
7552
7553
# File 'sig/types.rbs', line 7551

def marker_shape
  @marker_shape
end

#marker_size::String

Returns the value of attribute marker_size.

Returns:

  • (::String)


7552
7553
7554
# File 'sig/types.rbs', line 7552

def marker_size
  @marker_size
end

#marker_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute marker_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


7550
7551
7552
# File 'sig/types.rbs', line 7550

def marker_visibility
  @marker_visibility
end