Class: Aws::QuickSight::Types::WordCloudAggregatedFieldWells

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

Overview

The aggregated field wells of a word cloud.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_byArray<Types::DimensionField>

The group by field well of a word cloud. Values are grouped by group by fields.

Returns:



33709
33710
33711
33712
33713
33714
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33709

class WordCloudAggregatedFieldWells < Struct.new(
  :group_by,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#sizeArray<Types::MeasureField>

The size field well of a word cloud. Values are aggregated based on group by fields.

Returns:



33709
33710
33711
33712
33713
33714
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33709

class WordCloudAggregatedFieldWells < Struct.new(
  :group_by,
  :size)
  SENSITIVE = []
  include Aws::Structure
end