Class: Aws::QuickSight::Types::WordCloudChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudChartConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a word cloud visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
-
#field_wells ⇒ Types::WordCloudFieldWells
The field wells of the visual.
-
#sort_configuration ⇒ Types::WordCloudSortConfiguration
The sort configuration of a word cloud visual.
-
#word_cloud_options ⇒ Types::WordCloudOptions
The options for a word cloud visual.
Instance Attribute Details
#category_label_options ⇒ Types::ChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
33033 33034 33035 33036 33037 33038 33039 33040 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33033 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::WordCloudFieldWells
The field wells of the visual.
33033 33034 33035 33036 33037 33038 33039 33040 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33033 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::WordCloudSortConfiguration
The sort configuration of a word cloud visual.
33033 33034 33035 33036 33037 33038 33039 33040 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33033 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options) SENSITIVE = [] include Aws::Structure end |
#word_cloud_options ⇒ Types::WordCloudOptions
The options for a word cloud visual.
33033 33034 33035 33036 33037 33038 33039 33040 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33033 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options) SENSITIVE = [] include Aws::Structure end |