Class: Aws::QuickSight::Types::GeospatialMapFieldWells

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#geospatial_map_aggregated_field_wellsTypes::GeospatialMapAggregatedFieldWells

The aggregated field well for a geospatial map.



16630
16631
16632
16633
16634
# File 'lib/aws-sdk-quicksight/types.rb', line 16630

class GeospatialMapFieldWells < Struct.new(
  :geospatial_map_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end