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.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def box_plot_options
  @box_plot_options
end

#category_axisTypes::AxisDisplayOptions

Returns the value of attribute category_axis.



1140
1141
1142
# File 'sig/types.rbs', line 1140

def category_axis
  @category_axis
end

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



1141
1142
1143
# File 'sig/types.rbs', line 1141

def category_label_options
  @category_label_options
end

#field_wellsTypes::BoxPlotFieldWells

Returns the value of attribute field_wells.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



1148
1149
1150
# File 'sig/types.rbs', line 1148

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



1144
1145
1146
# File 'sig/types.rbs', line 1144

def legend
  @legend
end

#primary_y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute primary_y_axis_display_options.



1142
1143
1144
# File 'sig/types.rbs', line 1142

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.



1143
1144
1145
# File 'sig/types.rbs', line 1143

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:



1146
1147
1148
# File 'sig/types.rbs', line 1146

def reference_lines
  @reference_lines
end

#sort_configurationTypes::BoxPlotSortConfiguration

Returns the value of attribute sort_configuration.



1138
1139
1140
# File 'sig/types.rbs', line 1138

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



1145
1146
1147
# File 'sig/types.rbs', line 1145

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



1147
1148
1149
# File 'sig/types.rbs', line 1147

def visual_palette
  @visual_palette
end