Class: Aws::Types::WordCloudChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WordCloudChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
-
#field_wells ⇒ Types::WordCloudFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#sort_configuration ⇒ Types::WordCloudSortConfiguration
Returns the value of attribute sort_configuration.
-
#word_cloud_options ⇒ Types::WordCloudOptions
Returns the value of attribute word_cloud_options.
Instance Attribute Details
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
13677 13678 13679 |
# File 'sig/types.rbs', line 13677 def @category_label_options end |
#field_wells ⇒ Types::WordCloudFieldWells
Returns the value of attribute field_wells.
13675 13676 13677 |
# File 'sig/types.rbs', line 13675 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
13679 13680 13681 |
# File 'sig/types.rbs', line 13679 def interactions @interactions end |
#sort_configuration ⇒ Types::WordCloudSortConfiguration
Returns the value of attribute sort_configuration.
13676 13677 13678 |
# File 'sig/types.rbs', line 13676 def sort_configuration @sort_configuration end |
#word_cloud_options ⇒ Types::WordCloudOptions
Returns the value of attribute word_cloud_options.
13678 13679 13680 |
# File 'sig/types.rbs', line 13678 def @word_cloud_options end |