Class: Aws::Types::GeospatialMapAggregatedFieldWells
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialMapAggregatedFieldWells
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#colors ⇒ ::Array[Types::DimensionField]
Returns the value of attribute colors.
-
#geospatial ⇒ ::Array[Types::DimensionField]
Returns the value of attribute geospatial.
-
#values ⇒ ::Array[Types::MeasureField]
Returns the value of attribute values.
Instance Attribute Details
#colors ⇒ ::Array[Types::DimensionField]
Returns the value of attribute colors.
6512 6513 6514 |
# File 'sig/types.rbs', line 6512 def colors @colors end |
#geospatial ⇒ ::Array[Types::DimensionField]
Returns the value of attribute geospatial.
6510 6511 6512 |
# File 'sig/types.rbs', line 6510 def geospatial @geospatial end |
#values ⇒ ::Array[Types::MeasureField]
Returns the value of attribute values.
6511 6512 6513 |
# File 'sig/types.rbs', line 6511 def values @values end |