Class: Aws::Types::ScatterPlotCategoricallyAggregatedFieldWells

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::Array[Types::DimensionField]

Returns the value of attribute category.

Returns:



9997
9998
9999
# File 'sig/types.rbs', line 9997

def category
  @category
end

#label::Array[Types::DimensionField]

Returns the value of attribute label.

Returns:



9999
10000
10001
# File 'sig/types.rbs', line 9999

def label
  @label
end

#size::Array[Types::MeasureField]

Returns the value of attribute size.

Returns:



9998
9999
10000
# File 'sig/types.rbs', line 9998

def size
  @size
end

#x_axis::Array[Types::MeasureField]

Returns the value of attribute x_axis.

Returns:



9995
9996
9997
# File 'sig/types.rbs', line 9995

def x_axis
  @x_axis
end

#y_axis::Array[Types::MeasureField]

Returns the value of attribute y_axis.

Returns:



9996
9997
9998
# File 'sig/types.rbs', line 9996

def y_axis
  @y_axis
end