Class: Aws::Types::ScatterPlotCategoricallyAggregatedFieldWells
- Inherits:
-
Object
- Object
- Aws::Types::ScatterPlotCategoricallyAggregatedFieldWells
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::Array[Types::DimensionField]
Returns the value of attribute category.
-
#label ⇒ ::Array[Types::DimensionField]
Returns the value of attribute label.
-
#size ⇒ ::Array[Types::MeasureField]
Returns the value of attribute size.
-
#x_axis ⇒ ::Array[Types::MeasureField]
Returns the value of attribute x_axis.
-
#y_axis ⇒ ::Array[Types::MeasureField]
Returns the value of attribute y_axis.
Instance Attribute Details
#category ⇒ ::Array[Types::DimensionField]
Returns the value of attribute category.
9629 9630 9631 |
# File 'sig/types.rbs', line 9629 def category @category end |
#label ⇒ ::Array[Types::DimensionField]
Returns the value of attribute label.
9631 9632 9633 |
# File 'sig/types.rbs', line 9631 def label @label end |
#size ⇒ ::Array[Types::MeasureField]
Returns the value of attribute size.
9630 9631 9632 |
# File 'sig/types.rbs', line 9630 def size @size end |
#x_axis ⇒ ::Array[Types::MeasureField]
Returns the value of attribute x_axis.
9627 9628 9629 |
# File 'sig/types.rbs', line 9627 def x_axis @x_axis end |
#y_axis ⇒ ::Array[Types::MeasureField]
Returns the value of attribute y_axis.
9628 9629 9630 |
# File 'sig/types.rbs', line 9628 def y_axis @y_axis end |