Class: Aws::QuickSight::Types::TreeMapAggregatedFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Aggregated field wells of a tree map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorsArray<Types::MeasureField>

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

Returns:



29924
29925
29926
29927
29928
29929
29930
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29924

class TreeMapAggregatedFieldWells < Struct.new(
  :groups,
  :sizes,
  :colors)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<Types::DimensionField>

The group by field well of a tree map. Values are grouped based on group by fields.

Returns:



29924
29925
29926
29927
29928
29929
29930
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29924

class TreeMapAggregatedFieldWells < Struct.new(
  :groups,
  :sizes,
  :colors)
  SENSITIVE = []
  include Aws::Structure
end

#sizesArray<Types::MeasureField>

The size field well of a tree map. Values are aggregated based on group by fields.

Returns:



29924
29925
29926
29927
29928
29929
29930
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29924

class TreeMapAggregatedFieldWells < Struct.new(
  :groups,
  :sizes,
  :colors)
  SENSITIVE = []
  include Aws::Structure
end