Class: Aws::QuickSight::Types::FilledMapAggregatedFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The aggregated field well of the filled map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geospatialArray<Types::DimensionField>

The aggregated location field well of the filled map. Values are grouped by location fields.

Returns:



13808
13809
13810
13811
13812
13813
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13808

class FilledMapAggregatedFieldWells < Struct.new(
  :geospatial,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::MeasureField>

The aggregated color field well of a filled map. Values are aggregated based on location fields.

Returns:



13808
13809
13810
13811
13812
13813
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13808

class FilledMapAggregatedFieldWells < Struct.new(
  :geospatial,
  :values)
  SENSITIVE = []
  include Aws::Structure
end