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.
6246 6247 6248 |
# File 'sig/types.rbs', line 6246 def colors @colors end |
#geospatial ⇒ ::Array[Types::DimensionField]
Returns the value of attribute geospatial.
6244 6245 6246 |
# File 'sig/types.rbs', line 6244 def geospatial @geospatial end |
#values ⇒ ::Array[Types::MeasureField]
Returns the value of attribute values.
6245 6246 6247 |
# File 'sig/types.rbs', line 6245 def values @values end |