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.



13677
13678
13679
# File 'sig/types.rbs', line 13677

def category_label_options
  @category_label_options
end

#field_wellsTypes::WordCloudFieldWells

Returns the value of attribute field_wells.



13675
13676
13677
# File 'sig/types.rbs', line 13675

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



13679
13680
13681
# File 'sig/types.rbs', line 13679

def interactions
  @interactions
end

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

Returns the value of attribute word_cloud_options.



13678
13679
13680
# File 'sig/types.rbs', line 13678

def word_cloud_options
  @word_cloud_options
end