Class: Aws::QuickSight::Types::WordCloudFieldWells

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The field wells of a word cloud visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#word_cloud_aggregated_field_wellsTypes::WordCloudAggregatedFieldWells

The aggregated field wells of a word cloud.



33762
33763
33764
33765
33766
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33762

class WordCloudFieldWells < Struct.new(
  :word_cloud_aggregated_field_wells)
  SENSITIVE = []
  include Aws::Structure
end