Class: Aws::Types::BoxPlotChartConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#box_plot_optionsTypes::BoxPlotOptions

Returns the value of attribute box_plot_options.



1220
1221
1222
# File 'sig/types.rbs', line 1220

def box_plot_options
  @box_plot_options
end

#category_axisTypes::AxisDisplayOptions

Returns the value of attribute category_axis.



1221
1222
1223
# File 'sig/types.rbs', line 1221

def category_axis
  @category_axis
end

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



1222
1223
1224
# File 'sig/types.rbs', line 1222

def category_label_options
  @category_label_options
end

#field_wellsTypes::BoxPlotFieldWells

Returns the value of attribute field_wells.



1218
1219
1220
# File 'sig/types.rbs', line 1218

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



1229
1230
1231
# File 'sig/types.rbs', line 1229

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



1225
1226
1227
# File 'sig/types.rbs', line 1225

def legend
  @legend
end

#primary_y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute primary_y_axis_display_options.



1223
1224
1225
# File 'sig/types.rbs', line 1223

def primary_y_axis_display_options
  @primary_y_axis_display_options
end

#primary_y_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute primary_y_axis_label_options.



1224
1225
1226
# File 'sig/types.rbs', line 1224

def primary_y_axis_label_options
  @primary_y_axis_label_options
end

#reference_lines::Array[Types::ReferenceLine]

Returns the value of attribute reference_lines.

Returns:



1227
1228
1229
# File 'sig/types.rbs', line 1227

def reference_lines
  @reference_lines
end

#sort_configurationTypes::BoxPlotSortConfiguration

Returns the value of attribute sort_configuration.



1219
1220
1221
# File 'sig/types.rbs', line 1219

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



1228
1229
1230
# File 'sig/types.rbs', line 1228

def visual_palette
  @visual_palette
end