Class: Aws::QuickSight::Types::GeospatialMapAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialMapAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The aggregated field wells for a geospatial map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#colors ⇒ Array<Types::DimensionField>
The color field wells of a geospatial map.
-
#geospatial ⇒ Array<Types::DimensionField>
The geospatial field wells of a geospatial map.
-
#values ⇒ Array<Types::MeasureField>
The size field wells of a geospatial map.
Instance Attribute Details
#colors ⇒ Array<Types::DimensionField>
The color field wells of a geospatial map.
17478 17479 17480 17481 17482 17483 17484 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17478 class GeospatialMapAggregatedFieldWells < Struct.new( :geospatial, :values, :colors) SENSITIVE = [] include Aws::Structure end |
#geospatial ⇒ Array<Types::DimensionField>
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
17478 17479 17480 17481 17482 17483 17484 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17478 class GeospatialMapAggregatedFieldWells < Struct.new( :geospatial, :values, :colors) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
17478 17479 17480 17481 17482 17483 17484 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17478 class GeospatialMapAggregatedFieldWells < Struct.new( :geospatial, :values, :colors) SENSITIVE = [] include Aws::Structure end |