Class: Aws::Types::GeospatialMapAggregatedFieldWells

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#colors::Array[Types::DimensionField]

Returns the value of attribute colors.

Returns:



6512
6513
6514
# File 'sig/types.rbs', line 6512

def colors
  @colors
end

#geospatial::Array[Types::DimensionField]

Returns the value of attribute geospatial.

Returns:



6510
6511
6512
# File 'sig/types.rbs', line 6510

def geospatial
  @geospatial
end

#values::Array[Types::MeasureField]

Returns the value of attribute values.

Returns:



6511
6512
6513
# File 'sig/types.rbs', line 6511

def values
  @values
end