Class: Aws::QuickSight::Types::WordCloudAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudAggregatedFieldWells
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The aggregated field wells of a word cloud.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_by ⇒ Array<Types::DimensionField>
The group by field well of a word cloud.
-
#size ⇒ Array<Types::MeasureField>
The size field well of a word cloud.
Instance Attribute Details
#group_by ⇒ Array<Types::DimensionField>
The group by field well of a word cloud. Values are grouped by group by fields.
37044 37045 37046 37047 37048 37049 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37044 class WordCloudAggregatedFieldWells < Struct.new( :group_by, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Array<Types::MeasureField>
The size field well of a word cloud. Values are aggregated based on group by fields.
37044 37045 37046 37047 37048 37049 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37044 class WordCloudAggregatedFieldWells < Struct.new( :group_by, :size) SENSITIVE = [] include Aws::Structure end |