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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



15901
15902
15903
15904
15905
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15901

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