Class: Aws::QuickSight::Types::HeatMapFieldWells

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#heat_map_aggregated_field_wellsTypes::HeatMapAggregatedFieldWells

The aggregated field wells of a heat map.



16733
16734
16735
16736
16737
# File 'lib/aws-sdk-quicksight/types.rb', line 16733

class HeatMapFieldWells < Struct.new(
  :heat_map_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end