Class: Aws::QuickSight::Types::WordCloudFieldWells
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::WordCloudFieldWells
- 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
-
#word_cloud_aggregated_field_wells ⇒ Types::WordCloudAggregatedFieldWells
The aggregated field wells of a word cloud.
Instance Attribute Details
#word_cloud_aggregated_field_wells ⇒ Types::WordCloudAggregatedFieldWells
The aggregated field wells of a word cloud.
35564 35565 35566 35567 35568 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35564 class WordCloudFieldWells < Struct.new( :word_cloud_aggregated_field_wells) SENSITIVE = [] include Aws::Structure end |