Class: Aws::QuickSight::Types::FilledMapFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilledMapFieldWells
- 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
-
#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.
15635 15636 15637 15638 15639 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15635 class FilledMapFieldWells < Struct.new( :filled_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |