Class: Aws::Types::ScatterPlotUnaggregatedFieldWells
- Inherits:
-
Object
- Object
- Aws::Types::ScatterPlotUnaggregatedFieldWells
- 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::DimensionField]
Returns the value of attribute x_axis.
-
#y_axis ⇒ ::Array[Types::DimensionField]
Returns the value of attribute y_axis.
Instance Attribute Details
#category ⇒ ::Array[Types::DimensionField]
Returns the value of attribute category.
10033 10034 10035 |
# File 'sig/types.rbs', line 10033 def category @category end |
#label ⇒ ::Array[Types::DimensionField]
Returns the value of attribute label.
10034 10035 10036 |
# File 'sig/types.rbs', line 10034 def label @label end |
#size ⇒ ::Array[Types::MeasureField]
Returns the value of attribute size.
10032 10033 10034 |
# File 'sig/types.rbs', line 10032 def size @size end |
#x_axis ⇒ ::Array[Types::DimensionField]
Returns the value of attribute x_axis.
10030 10031 10032 |
# File 'sig/types.rbs', line 10030 def x_axis @x_axis end |
#y_axis ⇒ ::Array[Types::DimensionField]
Returns the value of attribute y_axis.
10031 10032 10033 |
# File 'sig/types.rbs', line 10031 def y_axis @y_axis end |