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

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

Instance Attribute Details

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

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