Class: Aws::QuickSight::Types::FilledMapFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapFieldWells
- Includes:
- Structure
- Defined in:
- 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
-
#filled_map_aggregated_field_wells ⇒ Types::FilledMapAggregatedFieldWells
The aggregated field well of the filled map.
Instance Attribute Details
#filled_map_aggregated_field_wells ⇒ Types::FilledMapAggregatedFieldWells
The aggregated field well of the filled map.
15385 15386 15387 15388 15389 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15385 class FilledMapFieldWells < Struct.new( :filled_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |