Class: Aws::Types::WordCloudChartConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



13208
13209
13210
# File 'sig/types.rbs', line 13208

def category_label_options
  @category_label_options
end

#field_wellsTypes::WordCloudFieldWells

Returns the value of attribute field_wells.



13206
13207
13208
# File 'sig/types.rbs', line 13206

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



13210
13211
13212
# File 'sig/types.rbs', line 13210

def interactions
  @interactions
end

#sort_configurationTypes::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_optionsTypes::WordCloudOptions

Returns the value of attribute word_cloud_options.



13209
13210
13211
# File 'sig/types.rbs', line 13209

def word_cloud_options
  @word_cloud_options
end