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.
10019 10020 10021 |
# File 'sig/types.rbs', line 10019 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.
10020 10021 10022 |
# File 'sig/types.rbs', line 10020 def scatter_plot_unaggregated_field_wells @scatter_plot_unaggregated_field_wells end |