Class: Aws::QuickSight::Types::FilledMapFieldWells

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

Overview

The field wells of a FilledMapVisual.

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

#filled_map_aggregated_field_wellsTypes::FilledMapAggregatedFieldWells

The aggregated field well of the filled map.



13812
13813
13814
13815
13816
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13812

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