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.
13208 13209 13210 |
# File 'sig/types.rbs', line 13208 def @category_label_options end |
#field_wells ⇒ Types::WordCloudFieldWells
Returns the value of attribute field_wells.
13206 13207 13208 |
# File 'sig/types.rbs', line 13206 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
13210 13211 13212 |
# File 'sig/types.rbs', line 13210 def interactions @interactions end |
#sort_configuration ⇒ Types::WordCloudSortConfiguration
Returns the value of attribute sort_configuration.
13207 13208 13209 |
# File 'sig/types.rbs', line 13207 def sort_configuration @sort_configuration end |
#word_cloud_options ⇒ Types::WordCloudOptions
Returns the value of attribute word_cloud_options.
13209 13210 13211 |
# File 'sig/types.rbs', line 13209 def @word_cloud_options end |