Class: Aws::QuickSight::Types::GeospatialMapFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialMapFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field wells of a ‘GeospatialMapVisual`.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geospatial_map_aggregated_field_wells ⇒ Types::GeospatialMapAggregatedFieldWells
The aggregated field well for a geospatial map.
Instance Attribute Details
#geospatial_map_aggregated_field_wells ⇒ Types::GeospatialMapAggregatedFieldWells
The aggregated field well for a geospatial map.
17546 17547 17548 17549 17550 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17546 class GeospatialMapFieldWells < Struct.new( :geospatial_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |