Class: Aws::QuickSight::Types::WordCloudChartConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#category_label_optionsTypes::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_wellsTypes::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_configurationTypes::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_optionsTypes::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