Class: Aws::QuickSight::Types::HeatMapAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::HeatMapAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The aggregated field wells of a heat map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<Types::DimensionField>
The columns field well of a heat map.
-
#rows ⇒ Array<Types::DimensionField>
The rows field well of a heat map.
-
#values ⇒ Array<Types::MeasureField>
The values field well of a heat map.
Instance Attribute Details
#columns ⇒ Array<Types::DimensionField>
The columns field well of a heat map.
18193 18194 18195 18196 18197 18198 18199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18193 class HeatMapAggregatedFieldWells < Struct.new( :rows, :columns, :values) SENSITIVE = [] include Aws::Structure end |
#rows ⇒ Array<Types::DimensionField>
The rows field well of a heat map.
18193 18194 18195 18196 18197 18198 18199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18193 class HeatMapAggregatedFieldWells < Struct.new( :rows, :columns, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The values field well of a heat map.
18193 18194 18195 18196 18197 18198 18199 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18193 class HeatMapAggregatedFieldWells < Struct.new( :rows, :columns, :values) SENSITIVE = [] include Aws::Structure end |