Class: Aws::Types::ScatterPlotUnaggregatedFieldWells

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:



9665
9666
9667
# File 'sig/types.rbs', line 9665

def category
  @category
end

#label::Array[Types::DimensionField]

Returns the value of attribute label.

Returns:



9666
9667
9668
# File 'sig/types.rbs', line 9666

def label
  @label
end

#size::Array[Types::MeasureField]

Returns the value of attribute size.

Returns:



9664
9665
9666
# File 'sig/types.rbs', line 9664

def size
  @size
end

#x_axis::Array[Types::DimensionField]

Returns the value of attribute x_axis.

Returns:



9662
9663
9664
# File 'sig/types.rbs', line 9662

def x_axis
  @x_axis
end

#y_axis::Array[Types::DimensionField]

Returns the value of attribute y_axis.

Returns:



9663
9664
9665
# File 'sig/types.rbs', line 9663

def y_axis
  @y_axis
end