Class: Aws::QuickSight::Types::TreeMapAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TreeMapAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Aggregated field wells of a tree map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#colors ⇒ Array<Types::MeasureField>
The color field well of a tree map.
-
#groups ⇒ Array<Types::DimensionField>
The group by field well of a tree map.
-
#sizes ⇒ Array<Types::MeasureField>
The size field well of a tree map.
Instance Attribute Details
#colors ⇒ Array<Types::MeasureField>
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
32880 32881 32882 32883 32884 32885 32886 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32880 class TreeMapAggregatedFieldWells < Struct.new( :groups, :sizes, :colors) SENSITIVE = [] include Aws::Structure end |
#groups ⇒ Array<Types::DimensionField>
The group by field well of a tree map. Values are grouped based on group by fields.
32880 32881 32882 32883 32884 32885 32886 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32880 class TreeMapAggregatedFieldWells < Struct.new( :groups, :sizes, :colors) SENSITIVE = [] include Aws::Structure end |
#sizes ⇒ Array<Types::MeasureField>
The size field well of a tree map. Values are aggregated based on group by fields.
32880 32881 32882 32883 32884 32885 32886 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32880 class TreeMapAggregatedFieldWells < Struct.new( :groups, :sizes, :colors) SENSITIVE = [] include Aws::Structure end |