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.
19095 19096 19097 19098 19099 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19095 class FilledMapFieldWells < Struct.new( :filled_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |