Class: Aws::QuickSight::Types::WordCloudChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudChartConfiguration
- Includes:
- Structure
- Defined in:
- 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.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a 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.
37076 37077 37078 37079 37080 37081 37082 37083 37084 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37076 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::WordCloudFieldWells
The field wells of the visual.
37076 37077 37078 37079 37080 37081 37082 37083 37084 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37076 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
37076 37077 37078 37079 37080 37081 37082 37083 37084 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37076 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::WordCloudSortConfiguration
The sort configuration of a word cloud visual.
37076 37077 37078 37079 37080 37081 37082 37083 37084 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37076 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#word_cloud_options ⇒ Types::WordCloudOptions
The options for a word cloud visual.
37076 37077 37078 37079 37080 37081 37082 37083 37084 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37076 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options, :interactions) SENSITIVE = [] include Aws::Structure end |