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.
35543 35544 35545 35546 35547 35548 35549 35550 35551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35543 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.
35543 35544 35545 35546 35547 35548 35549 35550 35551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35543 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.
35543 35544 35545 35546 35547 35548 35549 35550 35551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35543 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.
35543 35544 35545 35546 35547 35548 35549 35550 35551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35543 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.
35543 35544 35545 35546 35547 35548 35549 35550 35551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35543 class WordCloudChartConfiguration < Struct.new( :field_wells, :sort_configuration, :category_label_options, :word_cloud_options, :interactions) SENSITIVE = [] include Aws::Structure end |