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:



6246
6247
6248
# File 'sig/types.rbs', line 6246

def colors
  @colors
end

#geospatial::Array[Types::DimensionField]

Returns the value of attribute geospatial.

Returns:



6244
6245
6246
# File 'sig/types.rbs', line 6244

def geospatial
  @geospatial
end

#values::Array[Types::MeasureField]

Returns the value of attribute values.

Returns:



6245
6246
6247
# File 'sig/types.rbs', line 6245

def values
  @values
end