Class: Aws::QuickSight::Types::FilledMapAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapAggregatedFieldWells
- 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
-
#geospatial ⇒ Array<Types::DimensionField>
The aggregated location field well of the filled map.
-
#values ⇒ Array<Types::MeasureField>
The aggregated color field well of a filled map.
Instance Attribute Details
#geospatial ⇒ Array<Types::DimensionField>
The aggregated location field well of the filled map. Values are grouped by location fields.
14396 14397 14398 14399 14400 14401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14396 class FilledMapAggregatedFieldWells < Struct.new( :geospatial, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The aggregated color field well of a filled map. Values are aggregated based on location fields.
14396 14397 14398 14399 14400 14401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14396 class FilledMapAggregatedFieldWells < Struct.new( :geospatial, :values) SENSITIVE = [] include Aws::Structure end |