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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



35385
35386
35387
35388
35389
# File 'lib/aws-sdk-quicksight/types.rb', line 35385

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