Class: Aws::QuickSight::Types::HeatMapFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HeatMapFieldWells
- Defined in:
- gems/aws-sdk-quicksight/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.
19232 19233 19234 19235 19236 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19232 class HeatMapFieldWells < Struct.new( :heat_map_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |