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.
25137 25138 25139 25140 25141 25142 25143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25137 class HeatMapAggregatedFieldWells < Struct.new( :rows, :columns, :values) SENSITIVE = [] include Aws::Structure end |
#rows ⇒ Array<Types::DimensionField>
The rows field well of a heat map.
25137 25138 25139 25140 25141 25142 25143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25137 class HeatMapAggregatedFieldWells < Struct.new( :rows, :columns, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::MeasureField>
The values field well of a heat map.
25137 25138 25139 25140 25141 25142 25143 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25137 class HeatMapAggregatedFieldWells < Struct.new( :rows, :columns, :values) SENSITIVE = [] include Aws::Structure end |