Class: Aws::QuickSight::Types::WordCloudAggregatedFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudAggregatedFieldWells
- 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
-
#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.
39612 39613 39614 39615 39616 39617 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39612 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.
39612 39613 39614 39615 39616 39617 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39612 class WordCloudAggregatedFieldWells < Struct.new( :group_by, :size) SENSITIVE = [] include Aws::Structure end |