Class: Aws::QuickSight::Types::HeatMapFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HeatMapFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The field well configuration of a heat map.
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
-
#heat_map_aggregated_field_wells ⇒ Types::HeatMapAggregatedFieldWells
The aggregated field wells of a heat map.
Instance Attribute Details
#heat_map_aggregated_field_wells ⇒ Types::HeatMapAggregatedFieldWells
The aggregated field wells of a heat map.
18267 18268 18269 18270 18271 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18267 class HeatMapFieldWells < Struct.new( :heat_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |