Class: Aws::Types::ScatterPlotFieldWells
- Inherits:
-
Object
- Object
- Aws::Types::ScatterPlotFieldWells
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scatter_plot_categorically_aggregated_field_wells ⇒ Types::ScatterPlotCategoricallyAggregatedFieldWells
Returns the value of attribute scatter_plot_categorically_aggregated_field_wells.
-
#scatter_plot_unaggregated_field_wells ⇒ Types::ScatterPlotUnaggregatedFieldWells
Returns the value of attribute scatter_plot_unaggregated_field_wells.
Instance Attribute Details
#scatter_plot_categorically_aggregated_field_wells ⇒ Types::ScatterPlotCategoricallyAggregatedFieldWells
Returns the value of attribute scatter_plot_categorically_aggregated_field_wells.
9651 9652 9653 |
# File 'sig/types.rbs', line 9651 def scatter_plot_categorically_aggregated_field_wells @scatter_plot_categorically_aggregated_field_wells end |
#scatter_plot_unaggregated_field_wells ⇒ Types::ScatterPlotUnaggregatedFieldWells
Returns the value of attribute scatter_plot_unaggregated_field_wells.
9652 9653 9654 |
# File 'sig/types.rbs', line 9652 def scatter_plot_unaggregated_field_wells @scatter_plot_unaggregated_field_wells end |